Partager via


SetSize méthode

Sets a size property.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub SetSize ( _
    propertyIndex As Integer, _
    value As ReportSize _
)
'Utilisation
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
)

Paramètres

Implémente

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