Freigeben über


StyleBase.m_nonSharedStyles-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies a list of style attributes that are not shared between instance objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_nonSharedStyles As List(Of StyleAttributeNames)
'Usage
Dim value As List(Of StyleAttributeNames)

value = Me.m_nonSharedStyles 

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

Siehe auch

Verweis

StyleBase Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace