Report Services is a component of Microsoft SQL Server Business intelligence, with Reporting Services, users can produce a variety of reports, whether simple or complex reports, while the system provides subscription capabilities to facilitate users to subscribe to the report. In addition, developers can easily integrate a SSRS report into their own WinForm or WebForm programs.
In a statement, the version of SQL Server used in this article is 2012, operating system Windows 8.
This article will be based on the previous article on how to add more features to the report, you will have a simple understanding of format, grouping, and deployment and release.
Continue with the previous project. First set the display format for the numeric field. Right-click the range of values in the Table control, select text Box Properties ... Text Box Properties.
Select number on the left of the property form and select currency.
Once you have set up, you also format the other two fields. When you are set up, you can see that the numbers in the reports in the report preview have changed.