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
パラメーター
- styleName
型: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
確認の対象となるスタイル属性。
戻り値
型: System.Boolean
指定したスタイルが使用可能な場合は true、それ以外の場合は false です。