次の方法で共有


Style.IsAvailableStyle(StyleAttributeNames) メソッド

定義

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

protected:
 virtual bool IsAvailableStyle(Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames styleName);
protected virtual bool IsAvailableStyle (Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames styleName);
abstract member IsAvailableStyle : Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames -> bool
override this.IsAvailableStyle : Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames -> bool
Protected Overridable Function IsAvailableStyle (styleName As StyleAttributeNames) As Boolean

パラメーター

styleName
StyleAttributeNames

確認の対象となるスタイル属性。

戻り値

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

適用対象