Udostępnij przez


Metoda Style.IsAvailableStyle

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Protected Overridable Function IsAvailableStyle ( _
    styleName As StyleAttributeNames _
) As Boolean
'Użycie
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

Wartość zwracana

Typ: System.Boolean