Runs the specified report and returns it as a string.
public string RunReport(Report report, string FileType);
Return Value
A string containing the output of the report or an empty string if the report run failed because of an error or no records matching the filter condition (in that case, check the ErrorMessage property of the ReportEngine object for the reason for failure).
Parameters
report
The report to run.
FileType
The type of file to create. This is the same as a file extension: "PDF" for a PDF file,
"XLS" for a Microsoft Excel file, "DOC" for a Microsoft Word file, "HTML" for an HTML file, and so forth
(see the Output Options topic in the Stonefield Query help file for a list of the file types supported).
Overloads:
public string RunReport(string ReportName, string FileType, string FileSubType, string Values);
public string RunReport(string ReportName, string FileType);
public string RunReport(Report report, string FileType, string FileSubType, string Values);
public string RunReport(string ReportName, string FileType, string Values);
See also:
Class ReportEngine© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic