Class BaseField
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
BaseField
Assembly: FastReport.Olap.dll
Syntax
public class BaseField : Component, IComponent, IDisposable, IBaseDataSetOwner, INotifyPropertyChanged
Constructors
BaseField()
Declaration
Fields
dataSet
Declaration
protected IBaseDataSet dataSet
Field Value
Properties
CaptionSource
Declaration
public string CaptionSource { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomCaption
Declaration
public bool CustomCaption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DataField
Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public DataField DataField { get; }
Property Value
DataSet
Declaration
[Browsable(false)]
public virtual IBaseDataSet DataSet { get; set; }
Property Value
FieldName
Declaration
[Browsable(false)]
public string FieldName { get; }
Property Value
Type |
Description |
System.String |
|
FieldType
Declaration
public AttributeType FieldType { get; set; }
Property Value
OrderSource
Declaration
public string OrderSource { get; set; }
Property Value
Type |
Description |
System.String |
|
Owner
Declaration
[Browsable(false)]
public object Owner { get; set; }
Property Value
Type |
Description |
System.Object |
|
SplitProperty
Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public SplitProperty SplitProperty { get; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Check(StringBuilder, Boolean, String)
Declaration
public bool Check(StringBuilder msg, bool skipFieldsWithErrors, string prefix = "")
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
msg |
|
System.Boolean |
skipFieldsWithErrors |
|
System.String |
prefix |
|
Returns
Type |
Description |
System.Boolean |
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
System.ComponentModel.Component.Dispose(System.Boolean)
GetDisplayText()
Declaration
public string GetDisplayText()
Returns
Type |
Description |
System.String |
|
NotifyPropertyChanged(String)
Declaration
protected void NotifyPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
TestData(StringBuilder, List<IBaseDataSet>)
Declaration
public bool TestData(StringBuilder msg, List<IBaseDataSet> dataList)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
msg |
|
System.Collections.Generic.List<IBaseDataSet> |
dataList |
|
Returns
Type |
Description |
System.Boolean |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements