Partilhar via


Método GetSize

Gets a size property.

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

Sintaxe

'Declaração
Function GetSize ( _
    propertyIndex As Integer _
) As ReportSize
'Uso
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As ReportSize

returnValue = instance.GetSize(propertyIndex)
ReportSize GetSize(
    int propertyIndex
)
ReportSize GetSize(
    int propertyIndex
)
abstract GetSize : 
        propertyIndex:int -> ReportSize 
function GetSize(
    propertyIndex : int
) : ReportSize

Parâmetros