Class RangeEditorForm
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
Ranges editor.
public class RangeEditorForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← RangeEditorForm
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
RangeEditorForm()
Creates a new instance.
public RangeEditorForm()
Properties
Ranges
Gets or sets reference ranges list.
public Ranges Ranges { 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.
Edit(Ranges)
Shows the editor form.
public static bool Edit(Ranges ranges)
Parameters
ranges
Ranges
Returns
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.