Search Results for

    Show / Hide Table of Contents

    Class DatasetAlias

    DatasetAlias is a component that can contain references to datasets for substitution in report dataset list or expression evaluator

    Inheritance
    object
    MarshalByRefObject
    Component
    DatasetAlias
    Implements
    IComponent
    IDisposable
    Inherited Members
    Component.Dispose()
    Component.GetService(Type)
    Component.ToString()
    Component.CanRaiseEvents
    Component.Events
    Component.Site
    Component.Container
    Component.DesignMode
    Component.Disposed
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class DatasetAlias : Component, IComponent, IDisposable

    Constructors

    DatasetAlias()

    Declaration
    public DatasetAlias()

    DatasetAlias(IContainer)

    Declaration
    public DatasetAlias(IContainer container)
    Parameters
    Type Name Description
    IContainer container

    Properties

    List

    Declaration
    public AliasCollection List { get; }
    Property Value
    Type Description
    AliasCollection

    Methods

    Dispose(bool)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    Component.Dispose(bool)

    FindField(string, string, ref bool)

    Declaration
    public EvalIdentifier FindField(string fieldname, string datasetname, ref bool duplicated)
    Parameters
    Type Name Description
    string fieldname
    string datasetname
    bool duplicated
    Returns
    Type Description
    EvalIdentifier

    Implements

    IComponent
    IDisposable
    In this article
    Back to top Generated by DocFX