See Also

Detail Class  | Detail Members  | ColumnLayout  | ColumnDirection  | ColumnSpacing

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

ColumnCount Property

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;}

Return Type

Integer value that represents the current number of columns in the report; default is 1.

Remarks

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.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Detail.ColumnCount = 1; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
   Me.Detail.ColumnCount = 1
End Sub

See Also

Detail Class  | Detail Members  | ColumnLayout  | ColumnDirection  | ColumnSpacing

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.