Search Results for

    Show / Hide Table of Contents

    Class BaseField

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    BaseField
    DataSourceField
    SplitField
    Implements
    IBaseDataSetOwner
    Namespace: FastReport.Olap.Cube
    Assembly: FastReport.Olap.dll
    Syntax
    public class BaseField : Component, IComponent, IDisposable, IBaseDataSetOwner, INotifyPropertyChanged

    Constructors

    BaseField()

    Declaration
    public BaseField()

    Fields

    dataSet

    Declaration
    protected IBaseDataSet dataSet
    Field Value
    Type Description
    IBaseDataSet

    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
    Type Description
    DataField

    DataSet

    Declaration
    [Browsable(false)]
    public virtual IBaseDataSet DataSet { get; set; }
    Property Value
    Type Description
    IBaseDataSet

    FieldName

    Declaration
    [Browsable(false)]
    public string FieldName { get; }
    Property Value
    Type Description
    System.String

    FieldType

    Declaration
    public AttributeType FieldType { get; set; }
    Property Value
    Type Description
    AttributeType

    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
    Type Description
    SplitProperty

    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

    IBaseDataSetOwner
    Back to top © 1998-2024 Copyright Fast Reports Inc.