GetSize メソッド

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

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

パラメーター