Style.IsAvailableStyle(StyleAttributeNames) Method

Definition

Gets a value that indicates whether the specified style is available.

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

Parameters

styleName
StyleAttributeNames

The style attribute to check.

Returns

true if the specified style is available; otherwise, false.

Applies to