Search Results for

    Show / Hide Table of Contents

    Class Section

    Inheritance
    System.Object
    Section
    SectionBlocks
    SectionEntities
    SectionHeader
    SectionTables
    Namespace: FastReport.Export.Dxf.Sections
    Assembly: FastReport.dll
    Syntax
    public class Section

    Constructors

    Section(String)

    Declaration
    public Section(string name)
    Parameters
    Type Name Description
    System.String name

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    AppendTo(StringBuilder)

    Declaration
    public virtual void AppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s

    Clear()

    Declaration
    public void Clear()

    EndSectionAppendTo(StringBuilder)

    Declaration
    public void EndSectionAppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s

    StartSectionAppendTo(StringBuilder)

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