GetSize メソッド

サイズ プロパティを取得します。

名前空間:  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)