User can create multiple reports in SQL Server Reporting Services. These reports are based on the requirement of user. Primarily SSRS categorize reports in two types.
Tabular report is the report which contains non dynamic columns i.e. user need to add a column whenever required in report and each column holds one value only.
In matrix report columns expands dynamically at run time i.e. no of columns depends on the values returned by the query for that particular column.
Other then these there are chart reports gauge charts and maps based reports which can be incorporated as per user requirement.
- Tabular Report
- Matrix Report
Tabular report is the report which contains non dynamic columns i.e. user need to add a column whenever required in report and each column holds one value only.
In matrix report columns expands dynamically at run time i.e. no of columns depends on the values returned by the query for that particular column.
Other then these there are chart reports gauge charts and maps based reports which can be incorporated as per user requirement.
No comments:
Post a Comment