Stonefield Query Enterprise SDK
 IStonefieldQueryReportEnginePlugin.BeforeExportReport
Table of Contents
IStonefieldQueryReportEnginePlugin.BeforeExportReport

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.

Overloads:

public bool BeforeExportReport(IReport report, string fileName);


See also:

Interface IStonefieldQueryReportEnginePlugin