Search Results for

    Show / Hide Table of Contents

    Class GroupUtils

    Inheritance
    System.Object
    GroupUtils
    Namespace: FastReport.Export.Dxf.Groups
    Assembly: FastReport.dll
    Syntax
    public static class GroupUtils

    Methods

    AppendGroup<T>(List<GroupBase>, Int32, T)

    Declaration
    public static void AppendGroup<T>(List<GroupBase> groups, int code, T value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<GroupBase> groups
    System.Int32 code
    T value
    Type Parameters
    Name Description
    T

    CreateGroup<T>(Int32, T)

    Declaration
    public static GroupBase CreateGroup<T>(int code, T value)
    Parameters
    Type Name Description
    System.Int32 code
    T value
    Returns
    Type Description
    GroupBase
    Type Parameters
    Name Description
    T

    CreateGroupComment(Int32, String)

    Declaration
    public static GroupBase CreateGroupComment(int code, string value)
    Parameters
    Type Name Description
    System.Int32 code
    System.String value
    Returns
    Type Description
    GroupBase

    CreateGroupDouble(Int32, Double)

    Declaration
    public static GroupBase CreateGroupDouble(int code, double value)
    Parameters
    Type Name Description
    System.Int32 code
    System.Double value
    Returns
    Type Description
    GroupBase

    CreateGroupString(Int32, String)

    Declaration
    public static GroupBase CreateGroupString(int code, string value)
    Parameters
    Type Name Description
    System.Int32 code
    System.String value
    Returns
    Type Description
    GroupBase

    CreateName(String)

    Sets Name group

    Declaration
    public static GroupBase CreateName(string value)
    Parameters
    Type Name Description
    System.String value

    Name (attribute tag, block name, and so on)

    Returns
    Type Description
    GroupBase

    CreateTypeName(String)

    Sets Name group

    Declaration
    public static GroupBase CreateTypeName(string value)
    Parameters
    Type Name Description
    System.String value

    Name (attribute tag, block name, ENDSEC, and so on)

    Returns
    Type Description
    GroupBase

    GroupsAppendTo(List<GroupBase>, StringBuilder)

    Declaration
    public static void GroupsAppendTo(List<GroupBase> groups, StringBuilder sectionString)
    Parameters
    Type Name Description
    System.Collections.Generic.List<GroupBase> groups
    System.Text.StringBuilder sectionString
    Back to top © 1998-2025 Copyright Fast Reports Inc.