Difference between revisions of "Downloading reports"

(Created page with "As well as using the PrintRendererServer you can also download reports directly from the XLCubed Web Edition in the browser. If y...")
 
m (Text replacement - "XLCubed" to "FluenceXL")
Line 1: Line 1:
As well as using the [[Using the PrintRendererServer WebService|PrintRendererServer]] you can also download reports directly from the XLCubed Web Edition in the browser.
+
As well as using the [[Using the PrintRendererServer WebService|PrintRendererServer]] you can also download reports directly from the FluenceXL Web Edition in the browser.
  
 
If you get the report url from the [[Web_Parameters|parameters]] screen you can add a {{Code| XL3ReportType}} parameter to download the report without opening it in the browser.
 
If you get the report url from the [[Web_Parameters|parameters]] screen you can add a {{Code| XL3ReportType}} parameter to download the report without opening it in the browser.
Line 12: Line 12:
  
 
e.g.
 
e.g.
http://myServer/XLCubedWeb/WebForm/ShowReport.aspx?rep=Folder/myReport.xml&XL3ReportType=excelfixed
+
http://myServer/FluenceXLWeb/WebForm/ShowReport.aspx?rep=Folder/myReport.xml&XL3ReportType=excelfixed

Revision as of 15:55, 3 July 2023

As well as using the PrintRendererServer you can also download reports directly from the FluenceXL Web Edition in the browser.

If you get the report url from the parameters screen you can add a XL3ReportType parameter to download the report without opening it in the browser.

Allowed values for XL3ReportType are:

  • pdf
  • excelfixed
  • excellive
  • csv
  • txt


e.g. http://myServer/FluenceXLWeb/WebForm/ShowReport.aspx?rep=Folder/myReport.xml&XL3ReportType=excelfixed