Style.IsAvailableStyle 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  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

参数

返回值

类型:System.Boolean
true if the specified style is available; otherwise, false.

请参阅

参考

Style 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间