Campo StyleBase.m_sharedStyles
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies a list of the styles that are shared between instance objects.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected m_sharedStyles As List(Of StyleAttributeNames)
'Utilizzo
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>
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering