StyleInstance.m_assignedValues 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.
A dictionary of style attribute names that have been assigned with a value.
protected: System::Collections::Generic::Dictionary<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames, bool> ^ m_assignedValues;
protected System.Collections.Generic.Dictionary<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames,bool> m_assignedValues;
val mutable m_assignedValues : System.Collections.Generic.Dictionary<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames, bool>
Protected m_assignedValues As Dictionary(Of StyleAttributeNames, Boolean)