Hi Team,
I want to send parameters through Post method instead of Passing a Report Parameter Within a URL
since i have a lengthy parameters, want to avoid below approach Passing a Report Parameter Within a URL and use post method.
//server/reportserver?/Sales/Northwest/Employee
Sales Report&rs:Command=Render&EmployeeID=1234
once i clicked on view report button it should post parameters to the report server and report should open in new tab.
In view report button click event , have to set report url and report name ,parameters(dynamically).
Above approach is possible?If not let me know another approach for using post method.
If it is possible please suggest how to achieve this functionality through mvc code.
Note: Here i wont use any ReportViewer.
I want to send parameters through Post method instead of Passing a Report Parameter Within a URL
since i have a lengthy parameters, want to avoid below approach Passing a Report Parameter Within a URL and use post method.
//server/reportserver?/Sales/Northwest/Employee
Sales Report&rs:Command=Render&EmployeeID=1234
once i clicked on view report button it should post parameters to the report server and report should open in new tab.
In view report button click event , have to set report url and report name ,parameters(dynamically).
Above approach is possible?If not let me know another approach for using post method.
If it is possible please suggest how to achieve this functionality through mvc code.
Note: Here i wont use any ReportViewer.