Posted on November 24th, 2015 by Sachin Kumar
Problem : Reporting service is a powerful Sql Server tool for generating neat and robust reports. It has also good cross-browser compatibility except for some issues with IE8.In IE 8.0, report columns are cut off as they reach the maximum width of the control,so alignment of report in report viewer is not proper, etc. Solution […]
Posted on November 23rd, 2015 by Pallavi Kar
Reporting mechanism has become more dynamic and flexible with Microsoft Dynamics CRM that provides a Reporting Wizard that enables Users to create basic reports on-the-fly as well as custom reports and share them with the organization. Microsoft Dynamics CRM handles all the reports with Microsoft SQL Server Reporting Services (SRS), which is a separate application […]
Posted on November 23rd, 2015 by ASHUTOSH SINGH
Add a text box to rdlc design where you want to display check box. Go to properties of texbox and change font to Wingdings. Take a boolean column in data table to show check/uncheck in text box. Add a expression for that text box. If check box with check is needed then use Chr(254). It […]