Passing parameters to SSRS report developed with query

Hi

i developed a SSRS report in AX 2012 using query and the design used for the report is presision design.

i am given a requirement to filter the report by date.

i have a field DeliveryDate in the report on which the FromDate and ToDate filtering can be applied.

how to pass parameters in such a case i.e from date and to date

thanks :slight_smile:

You need parameters for your report - start with Working with Parameters [AX 2012].

Hi Jay,

Create From & To date parameters in Visual Studio 2010 (Parameters group) and use RDL concept in Controller Classof your Report.

For your reference :http://www.microsoft.com/en-in/download/details.aspx?id=27725