to edit the RDL file you can right click on the report and select view code. This should bring up the XML file....
If you are simply asking to add these parameters to a report, you can go to edit your datasource and add them to the parameters tab.
Also, If you are in 'Layout' mode you can check the properties window, change it from 'Body' to 'Report' then click the elipse (...) next to parameters and select more options for your parameters. For a lot of my reports I need them to have a default of the previous day, so I check 'Non-Queried' next to the 'From Date' parameter and enter this function for the date. {=datetime.today.addddays(-1).tostring("mm/dd/yy")}
Hope this helps!
--
Ben Sullins
Sql Developer - Our Vacation Store
|