Search Results for

    Show / Hide Table of Contents

    Class SectionTables

    Inheritance
    System.Object
    Section
    SectionTables
    Inherited Members
    Section.Name
    Section.Clear()
    Section.EndSectionAppendTo(StringBuilder)
    Section.StartSectionAppendTo(StringBuilder)
    Namespace: FastReport.Export.Dxf.Sections
    Assembly: FastReport.dll
    Syntax
    public class SectionTables : Section

    Constructors

    SectionTables()

    Declaration
    public SectionTables()

    Properties

    Ltype

    Declaration
    public TableLtype Ltype { get; set; }
    Property Value
    Type Description
    TableLtype

    Tables

    Declaration
    public List<TableBase> Tables { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TableBase>

    Methods

    AppendTo(StringBuilder)

    Declaration
    public override void AppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s
    Overrides
    Section.AppendTo(StringBuilder)
    Back to top © 1998-2025 Copyright Fast Reports Inc.