Search Results for

    Show / Hide Table of Contents

    Class ParameterDataSource

    Data source for parameter based reports

    Inheritance
    System.Object
    ParameterDataSource
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Reporting
    Assembly: Simplic.Reporting.dll
    Syntax
    public class ParameterDataSource

    Constructors

    | Improve this Doc View Source

    ParameterDataSource()

    Create data source

    Declaration
    public ParameterDataSource()

    Properties

    | Improve this Doc View Source

    Parameter

    Parameter to pass

    Declaration
    public IDictionary<string, object> Parameter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx