ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / HasColumns Property

In This Topic
    HasColumns Property
    In This Topic
    Gets or sets a value indicating whether the Columns collection on the current page layout has been initialized and is not empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasColumns As System.Boolean
    public System.bool HasColumns {get;}
    See Also