Partager via


Méthode Style.IsAvailableStyle

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a value that indicates whether the specified style is available.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Overridable Function IsAvailableStyle ( _
    styleName As StyleAttributeNames _
) As Boolean
'Utilisation
Dim styleName As StyleAttributeNames 
Dim returnValue As Boolean 

returnValue = Me.IsAvailableStyle(styleName)
protected virtual bool IsAvailableStyle(
    StyleAttributeNames styleName
)
protected:
virtual bool IsAvailableStyle(
    StyleAttributeNames styleName
)
abstract IsAvailableStyle : 
        styleName:StyleAttributeNames -> bool  
override IsAvailableStyle : 
        styleName:StyleAttributeNames -> bool
protected function IsAvailableStyle(
    styleName : StyleAttributeNames
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true if the specified style is available; otherwise, false.

Voir aussi

Référence

Style Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering