Table of Contents

Class DashboardGrid

Namespace
InSite.UI.Admin.Reports.Dashboards
Assembly
InSite.UI.dll
public class DashboardGrid : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
DashboardGrid
Implements
Inherited Members

Constructors

DashboardGrid()

public DashboardGrid()

Fields

MyClear

MyClear control.

protected LinkButton MyClear

Field Value

LinkButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MyCount

MyCount control.

protected HtmlGenericControl MyCount

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MyDownload

MyDownload control.

protected LinkButton MyDownload

Field Value

LinkButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MyDownloadRaw

MyDownloadRaw control.

protected LinkButton MyDownloadRaw

Field Value

LinkButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MyGrid

MyGrid control.

protected GridView MyGrid

Field Value

GridView

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MyHeading

MyHeading control.

protected HtmlGenericControl MyHeading

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MyStatus

MyStatus control.

protected Alert MyStatus

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

Criteria

public Dictionary<string, DashboardGrid.Criterion> Criteria { get; }

Property Value

Dictionary<string, DashboardGrid.Criterion>

HasData

public bool HasData { get; set; }

Property Value

bool

Methods

BindModel(DashboardQuery)

public void BindModel(DashboardQuery query)

Parameters

query DashboardQuery

MyGrid_RowCreated(object, GridViewRowEventArgs)

protected void MyGrid_RowCreated(object sender, GridViewRowEventArgs e)

Parameters

sender object
e GridViewRowEventArgs

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs