ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Page Class / Columns Property

In This Topic
    Columns Property (Page)
    In This Topic
    Gets or sets the default number of columns for rendering the report. Default: 1. Min: 1. Max: 1000
    Syntax
    'Declaration
     
    Public Property Columns As System.Integer
    public System.int Columns {get; set;}
    See Also