Share via


StyleBase.m_sharedStyles Field

This API supports the infrastructure and is not intended to be used directly from your code.

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>