ComponentOne FlexReport for WinForms
Columns Property (PaginatedExporter)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export.Ssrs Namespace > PaginatedExporter Class : Columns Property
Gets or sets the number of columns to set for the report. Null indicates default value, specified in the report.
Syntax
'Declaration
 
Public Property Columns As System.Nullable(Of Integer)
public System.Nullable<int> Columns {get; set;}
See Also

Reference

PaginatedExporter Class
PaginatedExporter Members