Share via


PropertyStore.SetSize Method

Sets a size property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub SetSize ( _
    propertyIndex As Integer, _
    value As ReportSize _
)
'Usage
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
)

Parameters

Implements

IPropertyStore.SetSize(Int32, ReportSize)