Compartilhar via


Campo StyleBase.m_sharedProperties

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

Specifies the properties shared by all report items derived from the same report item in the definition.

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

Sintaxe

'Declaração
Protected m_sharedProperties As StyleProperties
'Uso
Dim value As StyleProperties 

value = Me.m_sharedProperties 

Me.m_sharedProperties = value
protected StyleProperties m_sharedProperties
protected:
StyleProperties^ m_sharedProperties
val mutable m_sharedProperties: StyleProperties
protected var m_sharedProperties : StyleProperties

Consulte também

Referência

StyleBase Classe

Namespace Microsoft.ReportingServices.ReportRendering