StyleBase.m_nonSharedStyles 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 style attributes that are not shared between instance objects.
protected: System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ m_nonSharedStyles;
protected System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> m_nonSharedStyles;
val mutable m_nonSharedStyles : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Protected m_nonSharedStyles As List(Of StyleAttributeNames)