to the SSRS server?
I see ways to get the reports in other formats (html, pdf, etc.), but not a way to get the report in a format that can later be opened with the ReportViewer component.
Thank you in advance for any help!
I see ways to get the reports in other formats (html, pdf, etc.), but not a way to get the report in a format that can later be opened with the ReportViewer component.
Thank you in advance for any help!
I see ways to get the reports in other formats (html, pdf, etc.), but not a way to get the report in a format that can later be opened with the ReportViewer component.
Thank you in advance for any help!
We currently have a number of SSAS 2000 physical cubes and a single KPI virtual cube that our finance department reports from.A colleague is prototyping a new approach in SSAS 2005 and I’m looking for some feedback.
Please see http://www.dailyware.com/SSAS2005Design.jpg for a high level overview.The lines in red illustrate custom .Net applications that push aggregated data from cubes to some other reporting source (SQL tables, XML?) that our finance department will report from.
Thought that come to my mind include: many points of failure, significant custom development required, none-mainstream, high maintenance cost….
Thanks,
Gary
Same as in AS2000 , in AS2005 you can consolidate several different cubes into a single one using new feature called Linked Measure groups.
Another point here is: you should look into providing your end users not only with static reports, but give them ability for Ad-hoc analysis of your data. There are quite a few applications talking directly to Analysis Services.
For instance, you will see great improvements in Pivot Tables in upcoming release of Office 2007.
As for the building redundancy into your system, you can use ether NLB clustering or MSCS ( microsoft clustering services ) solutions.
Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
I agree...my concern with the proposed design is the fact that it will make it difficult to use several tools coming out later this year. Moreover, our users have requirements to drill into data and this model makes that difficult.
Thanks for the input,
Gary
|||Let me ask another question....do you consider the attached design to be very non-mainstream and possibly difficult to support?|||To save maitanance costs assosiated with having many cubes, many customers choose to create a single cube ( where possible) with multiple measure groups.
This is one of the main advantages switiching to AS2005, you can bring several fact tables into a single cube and point your reports and client appications to it.
You would start splitting cube into separate once if your calculation logic becomes complex and begins to slow down query performance.
Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Gary,
Edward already provided detailed feedback - I would just add that, what jumped out at me was the KPI (SQL/XML) layer between the cubes and reporting applications. What is its purpose - you can easily create static reports directly from cubes, in addition to the ad hoc analytic capabilities that Edward mentioned?
What I can conceive of, in the context of KPI's, is the need for supporting metadata beyond what is provided for KPI's in AS 2005. Things like the role of a KPI within the framework of a customized Performance Management Scorecard - an example of this would be the Business Scorecard Manager:
http://office.microsoft.com/en-us/assistance/HA012225141033.aspx
Is there a way to apply .css or Skin files to all reports. Changing colors in each and every page is a little cumbersome.
Thanks in advance
Unfortunately no. HTML control is on the wishlist for the next version I believe.|||How about creating a custom assembly and putting your formatting functions in this centralized shared library? Instead of hard-coding colors in your report, reference the shared library. I am in the process of creating 50 reports where the color scheme has not been finalized, and I need the ability to change the color scheme globally. Maybe I can code a way to pull the formatting information from a database table. It would be easier to update the colors that way, instead of having to redeploy the assembly dll with every color change.|||We have been looking for the same thing, finally we did put our colors (textual) in a database-table and assign text and background colors with an expression, causes some work to do, this for earch report but once done, you can change al your reports depending on the season or whatever crazy reason to change layouts.
Even our header images come from a database so during some periods we can (just like google) do some funny stuff.
Users mostly appreciate it.
Is there a way to apply .css or Skin files to all reports. Changing colors in each and every page is a little cumbersome.
Thanks in advance
Unfortunately no. HTML control is on the wishlist for the next version I believe.|||How about creating a custom assembly and putting your formatting functions in this centralized shared library? Instead of hard-coding colors in your report, reference the shared library. I am in the process of creating 50 reports where the color scheme has not been finalized, and I need the ability to change the color scheme globally. Maybe I can code a way to pull the formatting information from a database table. It would be easier to update the colors that way, instead of having to redeploy the assembly dll with every color change.|||We have been looking for the same thing, finally we did put our colors (textual) in a database-table and assign text and background colors with an expression, causes some work to do, this for earch report but once done, you can change al your reports depending on the season or whatever crazy reason to change layouts.
Even our header images come from a database so during some periods we can (just like google) do some funny stuff.
Users mostly appreciate it.
Hello all,
I'm using Reporting Services 2005 and have been developing reports using Visual Studio 2005. There will eventually be a large number of reports, all of which will need to adhere to my company's standard look and feel.
To this end I was wondering if it were possible to apply a .css stylesheet to the contents of a .rdl report?
I've been digging round the web and can't seem to come across a definitive answer either way.
I am fairly new to Reporting Services so apologies in advance if this has been asked before.
Thanks
I believe there is no way of doing this
helsaint:
At first they weren't, but then I realized that mistake and added the correct database to the App_data. When I do this, does it copy the database to the App_data folder or does the App_Data folder point to the database. If it is the former is it capable of just pointing to the location or do I have to change all the connections?
I'd say you need to change the connections to point to the desired database.
Hi,
When you copy the correct database to App_Data, ASP.NET will attach the database automatically when your ASP.NET application is running.
So, you have to check your connection string to see if it is pointing to the correct database file name.
HTH. If this does not answer your question, please feel free to mark the post as Not Answered and reply. Thank you!
|||Hi I am so stupid. The web_config file's entry for the database for the reports was different from the connection strings. It was pointing to an older version. Had to change that link.
Thanks guys
sql server tools,sql server