StyleInstance.m_assignedValues Field

Definition

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) 

Field Value

Applies to