SetSize 方法

Sets a size property.

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

语法

声明
Public Sub SetSize ( _
    propertyIndex As Integer, _
    value As ReportSize _
)
用法
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim value As ReportSize

instance.SetSize(propertyIndex, value)
public void SetSize(
    int propertyIndex,
    ReportSize value
)
public:
virtual void SetSize(
    int propertyIndex, 
    ReportSize value
) sealed
abstract SetSize : 
        propertyIndex:int * 
        value:ReportSize -> unit 
override SetSize : 
        propertyIndex:int * 
        value:ReportSize -> unit 
public final function SetSize(
    propertyIndex : int, 
    value : ReportSize
)

参数

实现

IPropertyStore. . :: . .SetSize(Int32, ReportSize)