Search Results for

    Show / Hide Table of Contents

    Class KeyValueListDataSource

    Key-Value datasource for keyvalue reports

    Inheritance
    System.Object
    KeyValueListDataSource
    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 KeyValueListDataSource

    Constructors

    | Improve this Doc View Source

    KeyValueListDataSource(IDictionary<KeyValueParameterConfigurationModel, IList<Object>>)

    Create keyvalue parameter and initialize all values

    Declaration
    public KeyValueListDataSource(IDictionary<KeyValueParameterConfigurationModel, IList<object>> parameter)
    Parameters
    Type Name Description
    System.Collections.Generic.IDictionary<KeyValueParameterConfigurationModel, System.Collections.Generic.IList<System.Object>> parameter

    Parameter which should be passed. Can also be assigned of the public Parameter property

    Properties

    | Improve this Doc View Source

    Parameter

    List of parameter for KV-Report

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