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

Afficher le fichier Open project: GCSoft/CEDHNL

Protected Properties

Свойство Type Description
Img1 global::System.Web.UI.HtmlControls.HtmlImage
crViewer global::CrystalDecisions.Web.CrystalReportViewer
divCanvas global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm
pnlNonMenuTemplateCanvas global::System.Web.UI.WebControls.Panel
pnlNonMenuTemplateHeader global::System.Web.UI.WebControls.Panel

Méthodes publiques

Méthode Description
PresentaReporte ( string TipoReporte, DateTime FechaInicial, DateTime FechaFinal, int AreaId ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

PresentaReporte() public méthode

public PresentaReporte ( string TipoReporte, DateTime FechaInicial, DateTime FechaFinal, int AreaId ) : void
TipoReporte string
FechaInicial DateTime
FechaFinal DateTime
AreaId int
Résultat void

Property Details

Img1 protected_oe property

Img1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlImage Img1
Résultat global::System.Web.UI.HtmlControls.HtmlImage

crViewer protected_oe property

crViewer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CrystalDecisions.Web.CrystalReportViewer crViewer
Résultat global::CrystalDecisions.Web.CrystalReportViewer

divCanvas protected_oe property

divCanvas control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divCanvas
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

pnlNonMenuTemplateCanvas protected_oe property

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

pnlNonMenuTemplateHeader protected_oe property

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