Style.IsAvailableStyle(StyleAttributeNames) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si le style spécifié est disponible.
protected:
virtual bool IsAvailableStyle(Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames styleName);
protected virtual bool IsAvailableStyle (Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames styleName);
abstract member IsAvailableStyle : Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames -> bool
override this.IsAvailableStyle : Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames -> bool
Protected Overridable Function IsAvailableStyle (styleName As StyleAttributeNames) As Boolean
Paramètres
- styleName
- StyleAttributeNames
Attribut de style à vérifier.
Retours
true
si le style spécifié est disponible ; sinon, false
.