C# Class SIAQ.Web.Application.WebApp.Private.Reportes.rptVisGeneral1

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
Panel1 global::System.Web.UI.WebControls.Panel
btnAceptar global::System.Web.UI.WebControls.Button
ddlArea global::System.Web.UI.WebControls.DropDownList
hddAreaVisible global::System.Web.UI.WebControls.HiddenField
pnlFormulario global::System.Web.UI.WebControls.Panel
wucFechaFinal global::SIAQ.Web.Include.WebUserControls.wucCalendar
wucFechaInicial global::SIAQ.Web.Include.WebUserControls.wucCalendar

Protected Methods

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

Private Methods

Method Description
SelectArea ( ) : void

Method Details

Page_Load() protected method

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

btnAceptar_Click() protected method

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

Property Details

Panel1 protected_oe property

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

btnAceptar protected_oe property

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

ddlArea protected_oe property

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

hddAreaVisible protected_oe property

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

pnlFormulario protected_oe property

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

wucFechaFinal protected_oe property

wucFechaFinal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar wucFechaFinal
return global::SIAQ.Web.Include.WebUserControls.wucCalendar

wucFechaInicial protected_oe property

wucFechaInicial control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SIAQ.Web.Include.WebUserControls.wucCalendar wucFechaInicial
return global::SIAQ.Web.Include.WebUserControls.wucCalendar