Class ReportCorrelationMatrix
public class ReportCorrelationMatrix : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer
- Inheritance
-
ReportCorrelationMatrix
- Implements
- Inherited Members
Constructors
ReportCorrelationMatrix()
public ReportCorrelationMatrix()
Properties
CellTemplate
[PersistenceMode(PersistenceMode.InnerProperty)]
[TemplateContainer(typeof(ReportCorrelationMatrix.Cell))]
public virtual ITemplate CellTemplate { get; set; }
Property Value
ColumnField
public string ColumnField { get; set; }
Property Value
ColumnHeader
public string ColumnHeader { get; set; }
Property Value
CssClass
public string CssClass { get; set; }
Property Value
HasTotalCell
public bool HasTotalCell { get; set; }
Property Value
RowField
public string RowField { get; set; }
Property Value
RowHeader
public string RowHeader { get; set; }
Property Value
ShowColumnLabels
public bool ShowColumnLabels { get; set; }
Property Value
ShowRowLabels
public bool ShowRowLabels { get; set; }
Property Value
ValueField
public string ValueField { get; set; }
Property Value
Width
public Unit Width { get; set; }
Property Value
Methods
Clear()
public void Clear()
CreateChildControls()
protected override void CreateChildControls()
LoadData(IEnumerable<ResponseAnalysisCorrelationItem>)
public void LoadData(IEnumerable<ResponseAnalysisCorrelationItem> data)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
Render(HtmlTextWriter)
protected override void Render(HtmlTextWriter writer)
Parameters
writerHtmlTextWriter
Events
CellCreated
public event ReportCorrelationMatrix.CellEventHandler CellCreated
Event Type
CellDataBound
public event ReportCorrelationMatrix.CellEventHandler CellDataBound