Articles in this section
Category / Section

How to pass filter parameters for Embed reports

1 min read

Embed Reports provides an option to render the reports in other web applications. You can get the embed report URL from the Syncfusion Report Server and use it with the code snippet here to render in other applications.

To view the report based on certain conditions on embedding, pass the conditions as filter parameters through the embed code, so that the report can be rendered based on the passed filter parameter only.

This article explains how to pass the filter parameters using an embed code.

Append the filter parameter in the following format at the end of the embed report URL of your embed code.

[parametername=value]

Here, parametername represents the name of the parameter given while creating the report and value represents any of its values.

 

Sample embed code with filter parameter

 

<iframe id="frame-div" width="100%" height="100%" frameborder="0" src="http://localhost:54573/reports/embed/Sample%20Reports/Invoice?hascomments=true&hasviews=true&hassso=false&InvoiceID=10279"></iframe>

 

Here, ‘InvoiceID=10279’ is the filter parameter.

While rendering the embedded report using the above URL, the filter ‘InvoiceID=10279’ will be applied to it.

embed report with filter

Also, you can append any number of filter parameters with ‘&’ at the end of the embed report URL.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied