GetSize 方法

Gets a size property.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Function GetSize ( _
    propertyIndex As Integer _
) As ReportSize
用法
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

参数