Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can create and run your own reports on the Report List.


Expand
titleRelated Config Configuration Flags


CFGDisableCreateExcelFromReportViewer

Specifies if the Create Excel button in Report Viewer is disabled.

CFGEnableReportEPPExcelOutput

EPP is a third-party library that is independent of Microsoft Office and creates the Excel file format you want. When this flag and CFGReportUseOffice2003Standard are enabled, .xls files will be created. When CFGReportUseOffice2003Standard is disabled, .xlsx files will be created. When CFGEnableReportEPPExcelOutput is disabled, the Microsoft Office API is used to create the Excel output.

CFGEnableReportExcelWorkbookRefresh

Refreshes all external data ranges and PivotTable reports in the Excel workbook when the report is output to Excel.

CFGReportUseOffice2003Standard

Exports reports in Microsoft Office 2003 file types (.xls for Excel and .doc for Word).

Notes:

  • When this flag is enabled along with CFGEnableReportEPPExcelOutput, Excel .xls files will open with a file format and extension mismatch error, however the file will still open.
  • Reports with large numbers of columns may render incorrectly in .doc format.
ReportPath

Used in reports to set the reports working directory - if not set explicitly - will use the System.Environment.CurrentDirectory + @".\..\reports".