SaaS CMS has officially launched! Learn more now.

Class DefaultPage

Inheritance
System.Object
DefaultPage
Namespace: EPiServer.UI.Report
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DefaultPage : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

DefaultPage()

Declaration
public DefaultPage()

Fields

DynamicCellHeader

Declaration
protected DynamicCell DynamicCellHeader
Field Value
Type Description
DynamicCell

DynamicCellNavigation

Declaration
protected DynamicCell DynamicCellNavigation
Field Value
Type Description
DynamicCell

DynamiccellReport

Declaration
protected DynamicCell DynamiccellReport
Field Value
Type Description
DynamicCell

DynamicRowContent

Declaration
protected DynamicRow DynamicRowContent
Field Value
Type Description
DynamicRow

DynamicRowHeader

Declaration
protected DynamicRow DynamicRowHeader
Field Value
Type Description
DynamicRow

DynamicTable

Declaration
protected DynamicTable DynamicTable
Field Value
Type Description
DynamicTable

InfoFrame

Declaration
protected SystemIFrame InfoFrame
Field Value
Type Description
SystemIFrame

ReportHeader

Declaration
protected SystemIFrame ReportHeader
Field Value
Type Description
SystemIFrame

ReportMenu

Declaration
protected SystemIFrame ReportMenu
Field Value
Type Description
SystemIFrame

Methods

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreInit(EventArgs)

Declaration
protected override void OnPreInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Implements

Extension Methods