Compartilhar via


Campo StyleBase.m_nonSharedStyles

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Protected m_nonSharedStyles As List(Of StyleAttributeNames)
'Uso
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>

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering