1. In Solution Explorer, right-click the SampleRDPReport node, point to Add and then click Report.
2. In Model Editor, right-click the Report1 node, and then click Rename.
3. Type "CustomerReport" as the name.
4. Right-click the Datasets node, and then click Add Dataset.
5. In the Properties window, specify the following values.
o Data Source: Dynamics AX
o Data Source Type: Report Data Provider
o Default Layout: Table
o Name: Customer
o Dynamic Filters: True
This setting is for dynamic parameters on the report. Setting the property to True allows you to filter the report by setting a range on any fields from the data source table.
6. For the Query property, click the ellipsis button (…). A dialog box displays where you can select an RDP class that is defined in the AOT and identify the fields that you want to use. Select theSrsRDPSampleClass class and click Next. In the Select Fields dialog box, keep all the check boxes selected, and then click OK.
7. In Model Editor, select the Customer node and drag it onto the Designs node. An auto design named AutoDesign1 is created for the report. Based on what you select, the Query property value is
updated. In this case, the query is SELECT * FROM SrsRDPSampleClass.TmpCust.
Best Regards,
Hossein Karimi
Tuesday, July 17, 2018
Bind a Report to a Report Data Provider Class
![](http://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2y6IgBQUGqxiqBy4jlDaKTczeMw6_5obWPxniGf6a73NZ5dCUoeiYNjLt7idhmXC3zcpKrcoTMy70pTAa4n9LelbwAOKqMlHknnnqyMW5TU_w5CfBCGZ3bZDcUKFj/s113/photo_%DB%B2%DB%B0%DB%B1%DB%B8-%DB%B0%DB%B3-%DB%B1%DB%B0_%DB%B1%DB%B3-%DB%B3%DB%B6-%DB%B0%DB%B8.jpg)
Subscribe to:
Post Comments (Atom)
Configure the Firewall on the Enterprise Portal Server
After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...
-
To integrate Microsoft Dynamics AX and Analysis Services, you must connect Analysis Services to the Application Object Server (AOS). To do s...
-
The below select query will give the both the Sales Line record count and the sum of sales quantity. static void Test_Data(Args _args) ...
-
In Reporting Services, reports and resources are processed under the security identity of the user who is running the report. If the report ...
No comments:
Post a Comment