I want to dynamically setup the ReportViewer at run time on a webform page. My ReportViewer looks like thison the aspx page…
I have a SQL Server Reporting Services local (i.e. RDLC) report displayed in a ReportViewer, with two subreports. I am using business objects to populate the datasets. What is the best way to populate
I have a rdlc report in which I have a table with 6 columns. Of these 6 columns, the visibility of the 2nd and 4th column are toggled. i.e. if 2nd column is visible, 4th is not visible and vice versa.
I am developing a WinForms application and starting to dig into the reporting functionality.This is a smart client app, using SQL Server Compact Edition, which will be used both on and offline.
Any idea how can i force the merge of excel cells when exporting a rdlc report to excel? Primary KEY|VALUES|
I have 2 servers (IIS & SQL). A web site on the IIS server uses the ReportViewer web control. Should ReportServer be installed on the IIS box or the SQL box. (IIS is in the DMZ)
We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome. Our set of pages work fine until a ReportViewer control displays a report.
We have the VS 2005 version of the ReportViewer control on an ASP.NET page.The reports are executed against SQL2008 Reporting services and display correctly.We have Interactive Sorting on the columns
I have a 2开发者_运维问答005 Reporting Services report that I display as a PDF through the report viewer control. I would like to know how I can have the PDF be viewed in the \"one page at a time mode
Is there any way to include 开发者_开发技巧an embedded font with a pdf export from the .NET report viewer control?PDF export from report viewer prior vs 2010 (v9 and previous) did not embed fonts prop