This is a migrated thread and some comments may be shown as answers.

Web ReportViewer for DetailSection1.ColumnCount = 2

1 Answer 141 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Quan Nguyen
Top achievements
Rank 1
Quan Nguyen asked on 16 Aug 2010, 10:45 PM
Hi,
I try to display a report on both windows app and asp.net page using Telerik ReportViewer. My report is created on the fly. Because it's pretty narrow, I want to show the report in 2 colums in each page. It's working fine for Window app ReportViewer. In Web Browser Reportviewer It only shows 1 column per page, but when i export that to TIFF format, it shows 2 columns just like the windows app. Do I miss something when using Web Reportviewer?
Attaches are some screenshots.

Below are my codes related to this:

ReportTemplate.DetailSection1.ColumnCount = 2

ReportTemplate.Width =

New Telerik.Reporting.Drawing.Unit(3, Telerik.Reporting.Drawing.UnitType.Inch)

 

ReportTemplate.DataSource = dtReportData

ReportViewer1.Report = ReportTemplate

ReportViewer1.RefreshReport()


THanks
Quan

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Aug 2010, 10:02 AM
Hi Quan Nguyen,

As explained in the Creating Multi-Column Reports help article, the HTML rendering supports one-column reports only. You can see that the multicolumn demo report Product Tags is rendered as one column report in our online demos as well.

Greetings,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Quan Nguyen
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or