Class DetailDataZone
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
DetailDataZone
Inherited Members
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class DetailDataZone : CubeDataZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
DetailDataZone(CustomGrid)
Declaration
public DetailDataZone(CustomGrid Grid)
Parameters
Type | Name | Description |
---|---|---|
CustomGrid | Grid |
Properties
Grid
Declaration
public DetailGrid Grid { get; }
Property Value
Type | Description |
---|---|
DetailGrid |
ValidData
Declaration
protected override bool ValidData { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CreateOrderedRecordSet()
Declaration
protected override OrderedRecordSet CreateOrderedRecordSet()
Returns
Type | Description |
---|---|
OrderedRecordSet |