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

要檢查的樣式屬性。

傳回

Boolean

如果指定的樣式可用,則為 true,否則為 false

適用於