[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.NoData

NoData Event

Occurs when there is no data to process and no records are returned by the report's data source.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public event EventHandler NoData
Returns
Type Description
EventHandler Occurs when there is no data to process and no records are returned by the report's data source.
Examples
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Printer.PrinterName = String.Empty;
sectionReport.NoData += (sender, e) =>
	rpt.Cancel();