Business Intelligence Development Studio (Add-in to Visual Studio .NET 2008)
-
I am trying to create a report reading from various databases. I can see that it is possible to write code for table cells in the report. But I don't like the small window that is provided to you for writing code. I would prefer writing code in a .NET library (a separate project) and then reference the code from the report. Is it possible? If yes, how do I reference code in my own custom library from my report?
-
I am trying to create a report reading from various databases. I can see that it is possible to write code for table cells in the report. But I don't like the small window that is provided to you for writing code. I would prefer writing code in a .NET library (a separate project) and then reference the code from the report. Is it possible? If yes, how do I reference code in my own custom library from my report?
Found the solution myself: 1. Place custom assembly in folder: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies 2. Right click report (in design view), select "Report Properties", then add reference to the custom assembly. Thanks to myself. :)
-
Found the solution myself: 1. Place custom assembly in folder: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies 2. Right click report (in design view), select "Report Properties", then add reference to the custom assembly. Thanks to myself. :)