Class TopNForm
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
TopN form.
public class TopNForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← TopNForm
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
TopNForm()
Creates a new instance.
public TopNForm()
Properties
CreateOthers
Gets condition for creating others.
public bool CreateOthers { get; }
Property Value
Dimension
Gets dimension.
public AxisField Dimension { get; }
Property Value
Measure
Gets measure.
public MeasureField Measure { get; }
Property Value
TopCount
Gets number of items.
public int TopCount { get; }
Property Value
TopType
Gets top type.
public TopType TopType { get; }
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.
Execute(AxisContainer, AxisField)
Executes the form.
public bool Execute(AxisContainer container, AxisField field)
Parameters
container
AxisContainer
field
AxisField
Returns
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.