
Executes just before the specified report is exported to a stream.
public bool BeforeExportReport(IReport report, Stream stream);
Return Value
True if the report should be exported, false if not.
Parameters
report
The report being exported.
stream
The stream.