Compartir a través de


Style.IsAvailableStyle Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected Overridable Function IsAvailableStyle ( _
    styleName As StyleAttributeNames _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering