ContainsSize méthode
Indicates whether the property at the specified index contains a size value.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Function ContainsSize ( _
propertyIndex As Integer _
) As Boolean
'Utilisation
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean
returnValue = instance.ContainsSize(propertyIndex)
bool ContainsSize(
int propertyIndex
)
bool ContainsSize(
int propertyIndex
)
abstract ContainsSize :
propertyIndex:int -> bool
function ContainsSize(
propertyIndex : int
) : boolean
Paramètres
- propertyIndex
Type : System. . :: . .Int32
The property index.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value.