Class BaseDataField
Inheritance
System.Object
BaseDataField
Assembly: FastReport.Olap.dll
Syntax
public class BaseDataField : IDisposable, IBaseDataSetOwner, INotifyPropertyChanged
Constructors
BaseDataField(BaseField)
Declaration
public BaseDataField(BaseField owner)
Parameters
Fields
calculateAfterAll
Declaration
protected bool calculateAfterAll
Field Value
Type |
Description |
System.Boolean |
|
caseSensitive
Declaration
protected CaseSensitivity caseSensitive
Field Value
convert
Declaration
Field Value
Type |
Description |
System.Boolean |
|
cubeFieldCaption
Declaration
protected string cubeFieldCaption
Field Value
Type |
Description |
System.String |
|
cubeFieldName
Declaration
protected string cubeFieldName
Field Value
Type |
Description |
System.String |
|
cubeFieldType
Declaration
protected DataType cubeFieldType
Field Value
dataFieldIndex
Declaration
protected int dataFieldIndex
Field Value
Type |
Description |
System.Int32 |
|
dataFieldName
Declaration
protected string dataFieldName
Field Value
Type |
Description |
System.String |
|
nullStr
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
DataFieldIndex
Index of Field in DataSet
Declaration
[Browsable(false)]
public int DataFieldIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
DataSet
Declaration
[Browsable(false)]
public IBaseDataSet DataSet { get; set; }
Property Value
Initialized
Declaration
[Browsable(false)]
public bool Initialized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Assign(BaseDataField)
Declaration
public void Assign(BaseDataField source)
Parameters
Dispose()
Declaration
public virtual void Dispose()
FieldExists()
Declaration
public bool FieldExists()
Returns
Type |
Description |
System.Boolean |
|
Init()
Declaration
Returns
Type |
Description |
System.Boolean |
|
NotifyPropertyChanged(String)
Declaration
protected void NotifyPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements