Class HeaderItem
Inherited Members
Namespace: FastReport.Export.Dxf.Sections
Assembly: FastReport.dll
Syntax
public class HeaderItem : GroupsStore
Constructors
HeaderItem(String, List<GroupBase>)
Declaration
public HeaderItem(string name, List<GroupBase> values)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Collections.Generic.List<GroupBase> | values |
Methods
AppendTo(StringBuilder)
Declaration
public void AppendTo(StringBuilder s)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | s |