I have successfully implemented Forms Authentication in SSRS, so it now uses both Roles and Users from my website, using the ordinary asp.net membership framework.
I\'m having a problem displaying the values for a range of dates in a matrix row. I would like to have a matrix display the following data:
Under D开发者_JAVA技巧ataset Filters Tab, I want to use OR not AND but when I add a second Filter the AND appears in the And/Or column with no way to change it.
I work for company A. Company A has a sister company B. Both companies A and B use the same ERP database. I have created an SSRS 2005 report that can be used by both companies. It has a CompanyID para
This seems more of a SuperUser thing but I didn\'t see any Report Builder or SSRS tags there.Move if it\'s in the wrong place, please!
I am displaying a table in an SSRS report. What I want to do is, if I click on one of the c开发者_运维百科olumns in this chart, it opens another report by passing parameters from parent report to chil
I have an SQL report in a visual studio 2008 project. I need to add a new field to the report but I can\'t see the data source. If I open the data source pane it is empty. If I run the project the rep
I am using ReportViewer.WebForms in asp.net page. I have the parameter toolbar showing up where I can select a parameter, it does a postback to get the next parameter (dependent on the f开发者_JS百科i
I am building custom reports in Microsoft CRM and am using the CRM_URL parameter to created drill downs.
I have created a chart using a stored procedure which lists totals by name. However when I create the chart the names only appear for every second element. I have tested this in a table and I get 开发