Issue: If you want to pass default value as parameter in SSRS report, then how we can get the solution?
Solution:
modify the data contract by overriding the SysReportRunController.preRunModifyContract() method. Assign the default values to start date and end date parameters there.
Solution:
modify the data contract by overriding the SysReportRunController.preRunModifyContract() method. Assign the default values to start date and end date parameters there.
No comments:
Post a Comment