ActiveReports Developer 7
Columns Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : Columns Property

Glossary Item Box

The number of columns to set for the report. This value overrides the report's original settings.

Syntax

Visual Basic (Declaration) 
Public Property Columns As System.Integer
C# 
public System.int Columns {get; set;}

See Also