SetSize 方法

Sets a size property.

命名空间:  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
)

参数