Class TopNForm
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
TopNForm
Namespace: FastReport.Olap.Forms
Assembly: FastReport.Olap.dll
Syntax
public class TopNForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
TopNForm()
Declaration
public TopNForm()
Properties
CreateOthers
Declaration
public bool CreateOthers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Dimension
Declaration
public AxisField Dimension { get; }
Property Value
Type | Description |
---|---|
AxisField |
Measure
Declaration
public MeasureField Measure { get; }
Property Value
Type | Description |
---|---|
MeasureField |
TopCount
Declaration
public int TopCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TopType
Declaration
public TopType TopType { get; }
Property Value
Type | Description |
---|---|
TopType |
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
Execute(AxisContainer, AxisField)
Declaration
public bool Execute(AxisContainer container, AxisField field)
Parameters
Type | Name | Description |
---|---|---|
AxisContainer | container | |
AxisField | field |
Returns
Type | Description |
---|---|
System.Boolean |
Localize()
Declaration
public override void Localize()