Gets or sets a value that specifies the number of newspaper columns in the report.
[Visual Basic]
Public Property ColumnCount As Integer
[C#]
public int ColumnCount {get; set;}
Integer value that represents the current number of columns in the report; default is 1.
This property can be used to print labels or phonebook-style listings. The width of each column equals the PrintWidth of the report divided by the number of columns.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Detail Class | Detail Members | ColumnLayout | ColumnDirection | ColumnSpacing
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.