[]
Occurs when there is no data to process and no records are returned by the report's data source.
public event EventHandler NoData
| Type | Description |
|---|---|
| EventHandler | Occurs when there is no data to process and no records are returned by the report's data source. |
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Printer.PrinterName = String.Empty;
sectionReport.NoData += (sender, e) =>
rpt.Cancel();