reportviewer
Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source
I\'ve created more projects using ReportViewer 2005 and 2008 in local processing mode than I can count on my hands. All Visual Studio 2005 or 2008 ASP.NET web forms projects. I always used some flavor[详细]
2023-02-25 04:24 分类:问答Microsoft.ReportViewer.Common gives "Access Is Denied" error
Using .NET 4.0, I have a small ASP.NET app that utilized the ReportViewer object, I have created a web page that takes some user input and generates a report that is displayed using the ReportViewer c[详细]
2023-02-24 23:11 分类:问答Reportviewer - Prompt for parameters in local mode?
Is it possible for the Microsoft ReportViewer control to prompt for parameters in local mode? I have added a parameter to filter the report by, which can be mulitple values for the one parameter.[详细]
2023-02-24 19:39 分类:问答How to access child object's properties using ASP.NET ReportViewer?
In our project we are using MS ReportViewer to view the page for printing. The problem I face is when binding the local report with the object data source it sees the top level properties but not the[详细]
2023-02-24 14:43 分类:问答Build of project with RDLC cannot find custom assembly
I\'ve been tearing my hair out for three days trying to get an RDLC report to build in VS2010.I want to access a custom assembly from another project in the same solution in an expression for a Text i[详细]
2023-02-23 10:04 分类:问答Embedding report on C# ASP.NET page failing content type error?
All I\'m trying to do is embed a report on a ASP.NET webpage using the Reportviewer control and add the parameters to it but I am getting the following error[详细]
2023-02-22 15:06 分类:问答What is the best approach to bind data to ReportViewer control? (DataAdapter vs DataReader)
I have 2 approaches to bind data to ReportViewer 开发者_如何转开发control. Which one is better? Could you please give me some advice?[详细]
2023-02-22 06:13 分类:问答Add extra userId parameter to ASP.Net ReportViewer
Using the Asp.net Report Viewer in VS2010 in Rem开发者_C百科ote mode we need to allow the user to use the default controls on the report viewer for entering in the parameters before running the report[详细]
2023-02-22 01:28 分类:问答How to show headers in each page of the report in Microsoft Report Viewer
I am trying to create some reports, and I want to show the headers in each page of the reports. I create a table and the uppermost row becomes my header, but it is only shown for the first page of the[详细]
2023-02-20 16:13 分类:问答SSRS tablix Merging cells vertically problem
I found the colspan and rowspan property defined in TablixCell,but in report Designer still can\'t vertical merge cells,if i modify the RDL xml file manually set Rowspan,the reportViewer show me error[详细]
2023-02-20 14:22 分类:问答