This is a migrated thread and some comments may be shown as answers.

Customize report parameter controls

1 Answer 237 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Nithin
Top achievements
Rank 1
Nithin asked on 21 Jun 2018, 01:26 PM

Hi,

How can I customize the Telerik report parameter controls? I am using  AngularJs as the front-end development. We already customized the vertical parameter area into horizontal by overriding the custom CSS class of the report parameter area template. Can we access data from the Telerik report parameter API and manipulate using the angular js directive?

 

1 Answer, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 26 Jun 2018, 11:24 AM
Hello Nithin,

In general, there is no available AngularJS viewer (we have Angular Report Viewer for angular 4+ applications - check Angular Report Viewer chapter of our help).
However, by adding a reference to jQuery you can use the HTML5 Viewer - HTML/CSS/JS based widget that can be added via Javascript or directly in the markup of the HTML page. This is illustrated with the example in 
HTML5 Viewer in AngularJS project forum thread.

To pass values to report parameters, via Javascript you can update the viewer's reportSource.parameters collection that is mapped by key to the report's ReportParameters collection - Report Sources Parameters. For more information, check How To: Pass Values to Report Parameters help article.

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Nithin
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Share this question
or