GetSize 方法

Gets a size property.

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

语法

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

参数

实现

IPropertyStore. . :: . .GetSize(Int32)