Page.Columns Property

Definition

Gets or sets the default number of columns for rendering the report.

public:
 property int Columns { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(1)]
public int Columns { get; set; }
[<System.ComponentModel.DefaultValue(1)>]
member this.Columns : int with get, set
Public Property Columns As Integer

Property Value

The default number of columns for rendering the report.

Attributes

Applies to