Class FieldsForm
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
Form for list fields.
public class FieldsForm : Form
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← FieldsForm
Constructors
FieldsForm()
Creates a new instance.
public FieldsForm()
Properties
Slice
Gets or sets slice.
public Slice Slice { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true if managed resources should be disposed; otherwise, false.