Class DataField
Inheritance
System.Object
DataField
Assembly: FastReport.Olap.dll
Syntax
public class DataField : BaseDataField, IDisposable, IBaseDataSetOwner, INotifyPropertyChanged
Constructors
DataField(BaseField)
Declaration
public DataField(BaseField owner)
Parameters
Properties
CalculateAfterAll
Declaration
[Browsable(true)]
public bool CalculateAfterAll { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CaseSensitive
CaseSensitive for compare and sort
Declaration
[Browsable(true)]
public CaseSensitivity CaseSensitive { get; set; }
Property Value
Convert
Convert value to new type
Declaration
[Browsable(true)]
public bool Convert { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CubeFieldCaption
Declaration
[Browsable(true)]
public string CubeFieldCaption { get; set; }
Property Value
Type |
Description |
System.String |
|
CubeFieldName
Declaration
[Browsable(true)]
public string CubeFieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
CubeFieldType
Declaration
[Browsable(true)]
public DataType CubeFieldType { get; set; }
Property Value
DataFieldName
Declaration
[Browsable(true)]
public string DataFieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataFieldType
Declaration
[Browsable(true)]
public DataType DataFieldType { get; }
Property Value
LoadAllValues
Need load all values from source
Declaration
[Browsable(true)]
public bool LoadAllValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NullStr
Declaration
[Browsable(true)]
public string NullStr { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements