StyleBase.m_sharedStyles 字段

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

Specifies a list of the styles that are shared between instance objects.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected m_sharedStyles As List(Of StyleAttributeNames)
用法
Dim value As List(Of StyleAttributeNames)

value = Me.m_sharedStyles 

Me.m_sharedStyles = value
protected List<StyleAttributeNames> m_sharedStyles
protected:
List<StyleAttributeNames>^ m_sharedStyles
val mutable m_sharedStyles: List<StyleAttributeNames>
protected var m_sharedStyles : List<StyleAttributeNames>

请参阅

参考

StyleBase 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间