SSRS working with multiple datasets in same table control

Dataset as the name implies it is set of data that are result of the query that is set in the query area of the dataset configuration. In certain times we can't able to resist creating multiple datasets in a single report. Once such case is using D365 FetchXML datasets, the limitation causes the reason … Continue reading SSRS working with multiple datasets in same table control

SSRS Fetch-XML query report with requirement to transform rows to columns

Creating custom SSRS report is inevitable when there is a requirement to manipulate data that you can't achieve it using report wizard or saved query. The custom report is very good old feature of the CRM that is will come to rescue. Custom report development in On-Premise version of CRM have added benefits and challenges. … Continue reading SSRS Fetch-XML query report with requirement to transform rows to columns