StyleBase.m_sharedStyles Field
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_sharedStyles As List(Of StyleAttributeNames)
'Usage
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>