Class Report
Concrete report document derived from BaseReport; it drives the page-generation lifecycle (BeginPrint/PrintNextPage) and rewires its child objects — params, database/data info, subreports, sections and items — back to the report after deserialization.
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class Report : BaseReport, IDisposable
Constructors
View SourceReport()
Declaration
public Report()
Methods
View SourceBeginPrint(PrintOut)
Declaration
public override void BeginPrint(PrintOut driver)
Parameters
| Type | Name | Description |
|---|---|---|
| PrintOut | driver |
Overrides
View SourcePrintNextPage()
Declaration
public override bool PrintNextPage()
Returns
| Type | Description |
|---|---|
| bool |