Méthode ContainStyleProperty
Indicates whether this collection contains a named style property.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Function ContainStyleProperty ( _
styleName As String _
) As Boolean
'Utilisation
Dim instance As StyleBase
Dim styleName As String
Dim returnValue As Boolean
returnValue = instance.ContainStyleProperty(styleName)
public bool ContainStyleProperty(
string styleName
)
public:
bool ContainStyleProperty(
String^ styleName
)
member ContainStyleProperty :
styleName:string -> bool
public function ContainStyleProperty(
styleName : String
) : boolean
Paramètres
- styleName
Type : System. . :: . .String
The name of the style property to check.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value indicating whether this collection contains a named style property.