Archive
SQL Azure Reporting.
Change the Look & Feel of the Report Manager.
Why we need to change the Look & Feel of the Report Manager?
Ans- If we have different environments to deploy the reports like QA, DEV, PROD. that time User/Developer can get the more idea once open the Report Manager. Read more…
User Account Control (UAC) and SSRS
In SQL Server 2008 R2 Reporting Services people are facing error as “User ‘DomainName\UserName’ does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed”. I have seen people struggling with this Issue. Here is more light on how to fix this & get your SQL Reporting Services Report Server URL working. Read more…
Convert Number Value Into Words using SSRS
For Display Amount Value into Words with SQL Reporting Services 2008, we can implement the same with following two ways.
· Database Function
· Custom Assembly Read more…
SSRS Expressions
Very practical expressions, when you create SSRS Reports in your day to day development.
1. Lets start with the easiest of the expressions i.e. To get Today’s date
=Today Read more…