次の方法で共有


Style.IsAvailableStyle メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定したスタイルを使用できるかどうかを示す値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected Overridable Function IsAvailableStyle ( _
    styleName As StyleAttributeNames _
) As Boolean
'使用
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

パラメーター

戻り値

型: System.Boolean
指定したスタイルが使用可能な場合は true、それ以外の場合は false です。

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間