| Visual Basic (Declaration) | |
|---|---|
Public Property ColumnCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int ColumnCount {get; set;} | |
Return Value
Integer value that represents the current number of columns in the report; default is 1.
| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |
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.