XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Using the PrintRendererServer WebService
Revision as of 16:09, 8 December 2015 by Antonio.remedios (talk) (Created page with "{{EnterpriseOnly}} ==Available Methods== These methods are available on the {{Code|PrintRendererServer}} webservice. {| class="wikitable" | width="200" | {{Code|PrintRender...")
![]() |
Enterprise Edition Only |
Available Methods
These methods are available on the PrintRendererServer webservice.
RenderReportAsStaticExcel | Creates an Excel workbook with all XLCubed functionality removed, suitable for viewing by users without the XLCubed Excel Edition. |
RenderReportAsLiveExcel | Creates an Excel workbook, suitable for those with the XLCubed Excel Edition. |
RenderReportChangingSlicersAsStaticExcel | Creates an Excel workbook with all XLCubed functionality removed, suitable for viewing by users without the XLCubed Excel Edition. Allows slicer values to be changed before rendering. |
RenderReportChangingSlicersAsLiveExcel | Creates an Excel workbook, suitable for those with the XLCubed Excel Edition. Allows slicer values to be changed before rendering. |
RenderReportAsPdf | Creates a PDF document. |
RunReportReturningWebParameters | Runs a report and returns the values of all defined Web Parameters. |
RunReportReturningRangeValues | Runs a report and returns the values of the specified ranges. |