Difference between revisions of "Using the PrintRendererServer WebService"
m (Text replacement - "XLCubed" to "FluenceXL") |
|||
Line 1: | Line 1: | ||
{{EnterpriseOnly}} | {{EnterpriseOnly}} | ||
+ | |||
+ | ==Configuration== | ||
+ | In order to use these methods you should point your web service code generation tool at | ||
+ | http(s)://yourwebserver/XLCubedWeb/WebServices/PrintRendererServer.svc?wsdl | ||
+ | This should generate the necessary proxy classes. | ||
==Available Methods== | ==Available Methods== |
Latest revision as of 15:30, 6 October 2023
![]() |
Enterprise Edition Only |
Configuration
In order to use these methods you should point your web service code generation tool at http(s)://yourwebserver/XLCubedWeb/WebServices/PrintRendererServer.svc?wsdl This should generate the necessary proxy classes.
Available Methods
These methods are available on the PrintRendererServer webservice.
RenderReportAsStaticExcel | Creates an Excel workbook with all FluenceXL functionality removed, suitable for viewing by users without the FluenceXL Excel Edition. |
RenderReportAsLiveExcel | Creates an Excel workbook, suitable for those with the FluenceXL Excel Edition. |
RenderReportChangingSlicersAsStaticExcel | Creates an Excel workbook with all FluenceXL functionality removed, suitable for viewing by users without the FluenceXL Excel Edition. Allows slicer values to be changed before rendering. |
RenderReportChangingSlicersAsLiveExcel | Creates an Excel workbook, suitable for those with the FluenceXL 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. |