reportviewer
Can the .net reportviewer control be fully operated by code only (ie., minus the toolbar)
Just started on a touchscreen based project that uses the reportviewer control. I will obviously be putting my own big buttons for report navigation , export to pdf etc since even people with tiny fin[详细]
2023-03-24 05:00 分类:问答Mvc3 with viewreports.
I\'m trying to show reports with MVC3 and using razor.I found links on internet where you only download the reports without showing a preview: For example, but I would like to show a preview using the[详细]
2023-03-24 03:00 分类:问答Report Viewer in 2010 with .Net 3.5 causing Error when compiled
I\'m using Vs 2010 with .Net 3.5. I have windows project and using Report Viewer for reporting purpose. I desi开发者_开发技巧gned reports using Report Viewer. It works fine on my machine but on deploy[详细]
2023-03-24 02:37 分类:问答Problem with rdlc Report in asp.net
private void btnGenerate_Click(object sender, EventArgs e) { try { if (Convert.ToDateTime(dateTimeTo.Text).Date >= Convert.ToDateTime(dateTimeFrom.Text).Date)[详细]
2023-03-23 15:41 分类:问答SSRS SELECT ALL emulation in ASP.NET Dropdown List
I have a multi-value parameter for SSRS report. This parameter being a multi-select will have SELECT ALL option that selects all values under the drop down list.[详细]
2023-03-23 14:15 分类:问答Can I render either rich text or html in a local mode reportviewer?
I\'m using reportviewer 10 mostly, except for one report in 9 (local mode). I\'m sending it some strings to display and I want to know if I can use either some kind of html subset or rich text t开发者[详细]
2023-03-22 00:48 分类:问答Is it possible to embed SSRS ReportViewer in VB6 program?
My team is looking for a manner to embed SSRS Report Viewer into a currently working VB6 program as the replacement of Crystal Report. Is it possible? if so, and how?[详细]
2023-03-21 13:53 分类:问答.RDLC and VS2010
I have开发者_运维知识库 a classlibrary project, then add a new empty report .rdlc, when compiled throw this error[详细]
2023-03-21 05:29 分类:问答adding break line to expression
I have an expression statement to display 开发者_StackOverflowcontent for a text box for a reportviewer but went blank when trying to add a carriage return or a new line between the two expression. My[详细]
2023-03-20 05:22 分类:问答Report Viewer - non tabular display of data
Is there a way to display the results from a DataSet without a table control. If I try to use something like a label, and I us开发者_运维知识库e an expression for the label\'s value, I only see the fi[详细]
2023-03-19 05:09 分类:问答