Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / ShouldSerializeColumns Method

In This Topic
    ShouldSerializeColumns Method
    In This Topic
    Indicates whether the Columns property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeColumns() As Boolean
    protected bool ShouldSerializeColumns()

    Return Value

    true if Columns should be serialized, false otherwise.
    See Also