C# Class Cats.AmharicReportViewer

Exibir arquivo Open project: edgecomputing/cats

Protected Properties

Property Type Description
Button1 global::System.Web.UI.WebControls.Button
ReportViewerAmh global::Microsoft.Reporting.WebForms.ReportViewer
ScriptManagerAmh global::System.Web.UI.ScriptManager
form1 global::System.Web.UI.HtmlControls.HtmlForm
txtEndDate global::System.Web.UI.WebControls.TextBox
txtStartDate global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Button1_Click() protected method

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Button1 protected_oe property

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

ReportViewerAmh protected_oe property

ReportViewerAmh control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Microsoft.Reporting.WebForms.ReportViewer ReportViewerAmh
return global::Microsoft.Reporting.WebForms.ReportViewer

ScriptManagerAmh protected_oe property

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

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

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