Search Results for

    Show / Hide Table of Contents

    Class CommandBase

    Inheritance
    System.Object
    CommandBase
    CommandBase<T>
    Namespace: FastReport.Export.Hpgl.Commands
    Assembly: FastReport.dll
    Syntax
    public abstract class CommandBase

    Constructors

    CommandBase()

    Declaration
    public CommandBase()

    Properties

    Name

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

    Separator

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

    Terminator

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

    Methods

    AppendTo(StringBuilder)

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