Archive for the '.NET' Category

Freezing DataGridView Columns.

Tuesday, October 28th, 2008

Microsoft Excel has a nifty feature that allows you to keep selected rows or columns visible when you  scroll either horizontally or vertically.
The same feature is also available in Visual Studio 2005 / 2008 with the datagridview control.
The feature allows you to keep column/s visible while you scroll horizontally
How to freeze a column in a DataGridView […]

Multi-Column Reports - ReportViewer Reports

Sunday, April 27th, 2008

Multi-Column layouts allow you to design reports so that the data flows down adjacent columns instead of straight down each page.
Creating multi-column reports is simple using Microsoft Reportviewer reports and Microsoft Visual Studio 2008

Creating a multiple-column ReportViewer Report.
In this example we are going to create a mailing label report with three columns containing multiple rows […]