Class EntityBase
Inheritance
System.Object
EntityBase
Assembly: FastReport.dll
Syntax
public class EntityBase : GroupsStore
Constructors
EntityBase()
Declaration
Properties
Styles
Declaration
public List<LineStyle> Styles { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<LineStyle> |
|
Methods
AddLineStyle(LineStyle)
Declaration
public void AddLineStyle(LineStyle lineStyle)
Parameters
AppendTo(StringBuilder)
Declaration
public void AppendTo(StringBuilder s)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
s |
|