Método SetSize
Sets a size property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub SetSize ( _
propertyIndex As Integer, _
value As ReportSize _
)
'Uso
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
)
Parâmetros
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The value.
Implementa
Consulte também