GetSize méthode
Gets a size property.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Function GetSize ( _
propertyIndex As Integer _
) As ReportSize
'Utilisation
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As ReportSize
returnValue = instance.GetSize(propertyIndex)
ReportSize GetSize(
int propertyIndex
)
ReportSize GetSize(
int propertyIndex
)
abstract GetSize :
propertyIndex:int -> ReportSize
function GetSize(
propertyIndex : int
) : ReportSize
Paramètres
- propertyIndex
Type : System. . :: . .Int32
The property index.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportSize
A ReportSize object.