|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 3:42 AM
Points: 80,
Visits: 846
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, April 18, 2013 5:59 AM
Points: 113,
Visits: 141
|
|
Good work Adam. I spend a lot of my time authoring and maintaining Reporting Services reports, but my programming knowledge outside of SQL/T-SQL is VERY poor, and have therefore been quite slow to embrace the full set of features available.
This article (and the first one) was very easy to follow, and I will definitely be trying to influence my team to use these techniques as soon as we can. We have a LOT of reports that do have a consistent look and feel, but this is achieved through us just being vigilant and making sure things are as they are meant to be. Of course, we don't always get it right, and heaven forbid we should ever have to change styles.
Thanks for this. Hope you can show us more ways to use RS to the full.
Matt.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 9:42 AM
Points: 273,
Visits: 450
|
|
Another thank you Adam.
I have always wanted something like this but have been unsure how to implement it (and more than a little concerned about busting something!). This is a brilliant start for me.
I would like to work towards having text content based on similar principles too. We run lots of business contracts here and groups of reports have to have standardised report disclaimers / security messages in the footer according to the contract we are provisioning. If I can control the text in a database row and then reference a function from a text box in the footer then I can be certain to have all reports content identical, and future updates (contract changes) will be much more easily propogated.
thanks again
Jonathan
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, November 12, 2010 1:45 PM
Points: 224,
Visits: 64
|
|
Hello Adam!
So far your article is easy to follow, however I have a question. Whenever I launch Visual Studio I do not have a Class Library Project as an option, only SSAS, SSIS, and SSRS for SQL Server. Can you point me in the right direction?
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 1:52 AM
Points: 343,
Visits: 1,453
|
|
Hi Christina,
If I may answer on Adams behalf, it sounds as though you are attempting to open BIDS rather than a specific version of visual studio.
The Express version of Vidual Studio is available to download for free and will provide what you are looking for.
Cheers,
John Sansom (@sqlBrit) | www.sqlbrit.com The SQLBrit Community Forum - "There's so more to being a Data Professional than just technology."
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Thursday, April 25, 2013 7:54 AM
Points: 83,
Visits: 118
|
|
| One thing to keep in mind about using the dll method is that you may run into performance problems, especially in matrix cell formatting, as the call seems to be running per outputted cell.. maybe it was something I was doing that caused the call that often, but just something to be aware of.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 3:42 AM
Points: 80,
Visits: 846
|
|
Hi Christina,
Just make sure that you have selected :
Visual Basic Windows
On the left, and you will be able to select a class project.
And thanks to John for the extra help - I was busy with a work crisis!
Regards,
Adam
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 3:42 AM
Points: 80,
Visits: 846
|
|
Thanks for this hint, Ryan, I will keep an eye out for performance problems.
I have not noticed any so far - but the MDX & T-SQL on the reports I was using (before adding dll styles) was so slow that any preformance hit due to styling was lost in the general turgid nature of the output.
Oh for enlightened managers and proper investment in hardware... (rant finished).
Regards,
Adam
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, November 12, 2010 1:45 PM
Points: 224,
Visits: 64
|
|
| Ok, I am on the right track. thanks to both Adam and John!
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Tuesday, April 16, 2013 2:30 PM
Points: 797,
Visits: 88
|
|
I would like some help. I am trying to use the function what we created, I am getting the error:
[rsCompilerErrorInExpression] The BackgroundColor expression for the text box ‘textbox11’ contains an error: [BC30451] Name 'DynamicStyleLibrary' is not declared. Build complete -- 1 errors, 0 warnings
PLease help. Thank you.
|
|
|
|