Posts Tagged ssrs

Missing Parameters in SSRS

For you SSRS report developers out there, have you ever received the error “Must define scalar variable @<variable name>” and then drove yourself crazy trying to troubleshoot it? You probably even checked your Report Parameters a dozen more times to make sure you weren’t crazy or blind? I have experienced this issue on several occasions [...]

No Comments

SQL Reporting Services (SSRS) CSS Workaround

I recently did a report for a client who could run the “same” report (a customer monthly statement) for any one of five separate companies that they own (in this case they are using Microsoft Dynamics GP and have five companies within it). Each statement had a variety of branded things including a different logo [...]

, , , , ,

No Comments

Displaying Email Text in a CRM Report

If you have ever built a custom report Dynamics CRM that references the Description field of the email entity, you probably realized that the body of an email is stored in the database in HTML format. Thus your report may have looked something like this: In order to display an email correctly in an SSRS [...]

, , , , ,

2 Comments