C# Class Cats.Web.Hub.Reports.MasterReport

Show file Open project: edgecomputing/cats

Public Properties

Property Type Description
HubName DevExpress.XtraReports.UI.XRLabel
PreparedBy DevExpress.XtraReports.UI.XRLabel
ReportDate DevExpress.XtraReports.UI.XRLabel
ReportTitle DevExpress.XtraReports.UI.XRLabel
rptSubReport DevExpress.XtraReports.UI.XRSubreport

Public Methods

Method Description
MasterReport ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MasterReport() public method

public MasterReport ( ) : System
return System

Property Details

HubName public property

public DevExpress.XtraReports.UI.XRLabel HubName
return DevExpress.XtraReports.UI.XRLabel

PreparedBy public property

public DevExpress.XtraReports.UI.XRLabel PreparedBy
return DevExpress.XtraReports.UI.XRLabel

ReportDate public property

public DevExpress.XtraReports.UI.XRLabel ReportDate
return DevExpress.XtraReports.UI.XRLabel

ReportTitle public property

public DevExpress.XtraReports.UI.XRLabel ReportTitle
return DevExpress.XtraReports.UI.XRLabel

rptSubReport public property

public DevExpress.XtraReports.UI.XRSubreport rptSubReport
return DevExpress.XtraReports.UI.XRSubreport