@progress/telerik-react-report-viewer 18.23.427 → 19.23.718

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -18,7 +18,7 @@ While the component is not native (the theming mechanism uses Kendo UI for jQuer
18
18
  and has a dependency to jQuery itself), it brings reporting value to your React applications
19
19
  in no time.
20
20
 
21
- This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 17.0.23.427
21
+ This version of the React Report Viewer requires Telerik Report Server or Telerik Reporting REST Service 17.1.23.718
22
22
 
23
23
  ## License
24
24
 
@@ -201,6 +201,11 @@ var TelerikReportViewer = /*#__PURE__*/function (_React$Component) {
201
201
  value: function dispose() {
202
202
  return this.viewerObject.dispose();
203
203
  }
204
+ }, {
205
+ key: "getReportParameters",
206
+ value: function getReportParameters() {
207
+ return this.viewerObject.getReportParameters();
208
+ }
204
209
  }]);
205
210
  return TelerikReportViewer;
206
211
  }(_react.default.Component);