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
Sub SetSize ( _
propertyIndex As Integer, _
value As ReportSize _
)
'Uso
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
)
Parâmetros
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The value of the property.
Consulte também