Class RangeEditorForm
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
RangeEditorForm
Namespace: FastReport.Olap.Forms
Assembly: FastReport.Olap.dll
Syntax
public class RangeEditorForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
RangeEditorForm()
Declaration
public RangeEditorForm()
Properties
Ranges
Declaration
public Ranges Ranges { get; set; }
Property Value
Type | Description |
---|---|
Ranges |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Edit(Ranges)
Declaration
public static bool Edit(Ranges ranges)
Parameters
Type | Name | Description |
---|---|---|
Ranges | ranges |
Returns
Type | Description |
---|---|
System.Boolean |
Localize()
Declaration
public override void Localize()