Share via


PropertyStore.GetSize Method

Gets a size property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function GetSize ( _
    propertyIndex As Integer _
) As ReportSize
'Usage
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As ReportSize

returnValue = instance.GetSize(propertyIndex)
public ReportSize GetSize(
    int propertyIndex
)
public:
virtual ReportSize GetSize(
    int propertyIndex
) sealed
abstract GetSize : 
        propertyIndex:int -> ReportSize 
override GetSize : 
        propertyIndex:int -> ReportSize 
public final function GetSize(
    propertyIndex : int
) : ReportSize

Parameters

Implements

IPropertyStore.GetSize(Int32)