StyleBase.m_sharedStyles Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a list of the styles that are shared between instance objects.
protected: System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ m_sharedStyles;
protected System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> m_sharedStyles;
val mutable m_sharedStyles : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Protected m_sharedStyles As List(Of StyleAttributeNames)