Related Topics
Report Class
This object represents a Report object. It is available only to installations that use the Advanced Reporting component
Methods


Exports a report to a file. This is an overloaded method with the following possible declarations:
public static bool ExportReport(bp BP, string RID,
string ExportName,
string ContentParentID,
string ContentFolderPath,
string LocalFolderPath)
public static bool ExportReport(bp BP, string RID,
string ExportName,
string ContentParentID,
string ContentFolderPath,
string LocalFolderPath,
List<NameValue> Variables)
Parameters
BP: The BP Logix Object.
RID: The string value of the Report ID.
ExportName: The String name of the exported report.
ContentParentID: The string value of the Content ID of the report's parent object.
ContentFolderPath: The string value of the Report's content path in Process Director.
LocalFolderPath: The string value of the local file path where the exported report will be saved.
Variables: A List object containing the required report variables.
Returns
Boolean: True of the operation succeeds.
Example
bool rExport = ExportReport(bp, "ReportID", "ReportName",
"ContentParentID", "Partition\Reports\Path",
"C:\\File\Path")
Documentation Feedback and Questions
If you notice some way that this document can be improved, we're happy to hear your suggestions. Similarly, if you can't find an answer you're looking for, ask it via feedback. Simply click on the button below to provide us with your feedback or ask a question. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue with Process Director, please open a support ticket.