C# Class Engage.Dnn.Publish.Admin.Tools.ItemViewReport

Inheritance: ModuleBase
显示文件 Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
ceEndDate global::AjaxControlToolkit.CalendarExtender
ceStartDate global::AjaxControlToolkit.CalendarExtender
ddlItemType global::System.Web.UI.WebControls.DropDownList
ddlPageNumbers global::System.Web.UI.WebControls.DropDownList
gvReport global::System.Web.UI.WebControls.GridView
imgEndCalendarIcon global::System.Web.UI.WebControls.Image
imgStartCalendarIcon global::System.Web.UI.WebControls.Image
lblControlTitle global::DotNetNuke.UI.UserControls.LabelControl
lblEndDate global::DotNetNuke.UI.UserControls.LabelControl
lblItemType global::DotNetNuke.UI.UserControls.LabelControl
lblMessage global::System.Web.UI.WebControls.Label
lblPageSize global::DotNetNuke.UI.UserControls.LabelControl
lblPortalId global::System.Web.UI.WebControls.Label
lblStartDate global::DotNetNuke.UI.UserControls.LabelControl
lnkGenerate global::System.Web.UI.WebControls.LinkButton
odsItemViewReport global::System.Web.UI.WebControls.ObjectDataSource
pnlReport global::System.Web.UI.WebControls.Panel
pnlReportOptions global::System.Web.UI.WebControls.Panel
txtEndDate global::System.Web.UI.WebControls.TextBox
txtStartDate global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
LoadItemTypes ( ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
gvReport_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
lnkGenerate_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

LoadItemTypes() public method

public LoadItemTypes ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

gvReport_PageIndexChanging() protected method

protected gvReport_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewPageEventArgs
return void

lnkGenerate_Click() protected method

protected lnkGenerate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ceEndDate protected_oe property

ceEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender ceEndDate
return global::AjaxControlToolkit.CalendarExtender

ceStartDate protected_oe property

ceStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender ceStartDate
return global::AjaxControlToolkit.CalendarExtender

ddlItemType protected_oe property

ddlItemType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlItemType
return global::System.Web.UI.WebControls.DropDownList

ddlPageNumbers protected_oe property

ddlPageNumbers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlPageNumbers
return global::System.Web.UI.WebControls.DropDownList

gvReport protected_oe property

gvReport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvReport
return global::System.Web.UI.WebControls.GridView

imgEndCalendarIcon protected_oe property

imgEndCalendarIcon control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgEndCalendarIcon
return global::System.Web.UI.WebControls.Image

imgStartCalendarIcon protected_oe property

imgStartCalendarIcon control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgStartCalendarIcon
return global::System.Web.UI.WebControls.Image

lblControlTitle protected_oe property

lblControlTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblControlTitle
return global::DotNetNuke.UI.UserControls.LabelControl

lblEndDate protected_oe property

lblEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEndDate
return global::DotNetNuke.UI.UserControls.LabelControl

lblItemType protected_oe property

lblItemType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblItemType
return global::DotNetNuke.UI.UserControls.LabelControl

lblMessage protected_oe property

lblMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblMessage
return global::System.Web.UI.WebControls.Label

lblPageSize protected_oe property

lblPageSize control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblPageSize
return global::DotNetNuke.UI.UserControls.LabelControl

lblPortalId protected_oe property

lblPortalId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPortalId
return global::System.Web.UI.WebControls.Label

lblStartDate protected_oe property

lblStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblStartDate
return global::DotNetNuke.UI.UserControls.LabelControl

lnkGenerate protected_oe property

lnkGenerate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lnkGenerate
return global::System.Web.UI.WebControls.LinkButton

odsItemViewReport protected_oe property

odsItemViewReport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ObjectDataSource odsItemViewReport
return global::System.Web.UI.WebControls.ObjectDataSource

pnlReport protected_oe property

pnlReport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlReport
return global::System.Web.UI.WebControls.Panel

pnlReportOptions protected_oe property

pnlReportOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlReportOptions
return global::System.Web.UI.WebControls.Panel

txtEndDate protected_oe property

txtEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtEndDate
return global::System.Web.UI.WebControls.TextBox

txtStartDate protected_oe property

txtStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtStartDate
return global::System.Web.UI.WebControls.TextBox