SetSize メソッド

サイズ プロパティを設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Sub SetSize ( _
    propertyIndex As Integer, _
    value As ReportSize _
)
'使用
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim value As ReportSize

instance.SetSize(propertyIndex, value)
void SetSize(
    int propertyIndex,
    ReportSize value
)
void SetSize(
    int propertyIndex, 
    ReportSize value
)
abstract SetSize : 
        propertyIndex:int * 
        value:ReportSize -> unit 
function SetSize(
    propertyIndex : int, 
    value : ReportSize
)

パラメーター