Table of Contents

Class ReportCorrelationMatrix

Namespace
InSite.Admin.Workflow.Forms.Controls
Assembly
InSite.UI.dll
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

ITemplate

ColumnField

public string ColumnField { get; set; }

Property Value

string

ColumnHeader

public string ColumnHeader { get; set; }

Property Value

string

CssClass

public string CssClass { get; set; }

Property Value

string

HasTotalCell

public bool HasTotalCell { get; set; }

Property Value

bool

RowField

public string RowField { get; set; }

Property Value

string

RowHeader

public string RowHeader { get; set; }

Property Value

string

ShowColumnLabels

public bool ShowColumnLabels { get; set; }

Property Value

bool

ShowRowLabels

public bool ShowRowLabels { get; set; }

Property Value

bool

ValueField

public string ValueField { get; set; }

Property Value

string

Width

public Unit Width { get; set; }

Property Value

Unit

Methods

Clear()

public void Clear()

CreateChildControls()

protected override void CreateChildControls()

LoadData(IEnumerable<ResponseAnalysisCorrelationItem>)

public void LoadData(IEnumerable<ResponseAnalysisCorrelationItem> data)

Parameters

data IEnumerable<ResponseAnalysisCorrelationItem>

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

Render(HtmlTextWriter)

protected override void Render(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter

Events

CellCreated

public event ReportCorrelationMatrix.CellEventHandler CellCreated

Event Type

ReportCorrelationMatrix.CellEventHandler

CellDataBound

public event ReportCorrelationMatrix.CellEventHandler CellDataBound

Event Type

ReportCorrelationMatrix.CellEventHandler