Metodo SetSize
Sets a size property.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Sub SetSize ( _
propertyIndex As Integer, _
value As ReportSize _
)
'Utilizzo
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
)
Parametri
- propertyIndex
Tipo: System. . :: . .Int32
The property index.
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The value of the property.
Vedere anche