IsAvailableStyle メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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