Class SplitField
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
SplitField
Implements
Inherited Members
Namespace: FastReport.Olap.Cube
Assembly: FastReport.Olap.dll
Syntax
public class SplitField : BaseField, IComponent, IDisposable, IBaseDataSetOwner, INotifyPropertyChanged
Constructors
SplitField()
Declaration
public SplitField()
Properties
DataSet
Declaration
[Browsable(true)]
public override IBaseDataSet DataSet { get; set; }
Property Value
| Type | Description |
|---|---|
| IBaseDataSet |
Overrides
IdField
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public IdDataField IdField { get; }
Property Value
| Type | Description |
|---|---|
| IdDataField |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |