Compartir a través de


Campo StyleBase.m_sharedStyles

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_sharedStyles As List(Of StyleAttributeNames)
'Uso
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>

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering