I would like some guidance on what is the best approach for storing the Report SQL definitions for SSRS 2008 reports.
I want to design a report with 开发者_开发技巧new SSRS feature called tablix, but it seems I\'ve previous version of SSRS installed because instead of tablices there are matrices, tables and lists.
We are using SQL Server Reporting Services 2008 to build reports. We\'re accessing the reports trough the Webservice (ReportExecution2005.asmx), render them to html to embed them in an aspx page. Ever
Below is my SQL query used in SSRS report SELECT Claimname,CONVERT(VARCHAR,ClaimResponsedate,101) FROM Claim WHERE DataSourceID = 100011
I know that the only stupid question is the one that you don\'t ask ... but even so this could be borderline :)
Can anyone tell me the site for getting SSAS 2008 and SS开发者_如何学编程RS 2008 tutorial ? In PDF file if possible ?Sorry if this sounds obvious, but have you tried using the help in SSRS/SSAS? There
I was here trying to figure out why my Reports manager is 开发者_开发技巧empty, there\'s no tabs at all.
I have a field in开发者_如何转开发 a table in Oracle that contains an XML formatted string.In this string is a node value that I need.How can I parse an XML string contained in a database column/field
I\'m trying to create a CI process for SQL Server Reporting Services. I am fairly new to TFS but quite experienced with MSBuild.In the past I\'ve used a combination of MSBuild with Team City so the wh
I\'m having a problem with my SSRS 2008 configuration at the moment.This is how we are currently set up.