Follow these steps to apply layout and style templates to the report:
1. In Model Editor, right-click the Filters node, and then click Add Filter.
2. Select the node for the filter.
3. In the Properties window, specify the following values.
o Expression: =Fields!TransDate.Value
o Name: ToDateFilter
o Operator: LessThanOrEquals
o Value: =Parameters!ToDate.Value
4. In Model Editor, select the AutoDesign1 node.
5. In the Properties window, set the LayoutTemplate property to ReportLayoutStyleTemplate. Also, type Customer transactions for the Title property.
6. In Model Editor, expand the AutoDesign1 node, and then select the node for the chart data region.
7. In the Properties window, set the Style Template property to ColumnChartStyleTemplate.
8. Delete the default text for the Title property so that it does not display a title for the data region.
9. Set the Value Axis Data Scale Minimum property to 5. This will set the starting value on the axis of your report to 5 instead of 0. This is one of many properties that will define the look of your report.
10. Click the Save All icon on the menu toolbar to save the report.
11. In Solution Explorer, right-click the SampleChartReport project and click Build.
12. In Solution Explorer, right-click the SampleChartReport project and click Deploy.
13. In Solution Explorer, right-click the SampleChartReport project and click Add SampleChartReport to AOT.
Regards,
Hossein Karimi
Friday, July 20, 2018
Apply Layout and Style Templates
Labels:
AOT,
Enterprise Portal and Role Centers,
Reporting,
X++
![](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