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