Compartir a través de


GetSize Método

Gets a size property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Function GetSize ( _
    propertyIndex As Integer _
) As ReportSize
'Uso
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

Parámetros

Implementa

IPropertyStore. . :: . .GetSize(Int32)