Partager via


Méthode StyleProperties.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 StyleProperties 
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
True if this collection contains a named style property; otherwise, false.

Voir aussi

Référence

StyleProperties Classe

Espace de noms Microsoft.ReportingServices.ReportRendering