UNPKG

reveal-sdk-node

Version:

RevealBI Node.js SDK

14 lines (13 loc) 457 B
/** * Render mode for Reporting Services data source item, see {@link RVReportingServicesDataSourceItem.renderMode} property. */ export declare enum RVReportingServicesRenderMode { /** * Report mode, it means the report will be exported to PDF and rendered that way */ Report = 0, /** * Data mode, it means the report will be exported to CSV and that data will be used as regular input data. */ Data = 1 }