Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- styleName
Type : Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
The style attribute to check.
Valeur de retour
Type : System.Boolean
true if the specified style is available; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering