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
Sub SetSize ( _
propertyIndex As Integer, _
value As ReportSize _
)
'Utilisation
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
)
Paramètres
- propertyIndex
Type : System. . :: . .Int32
The property index.
- value
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
The value of the property.