Search Results for

    Show / Hide Table of Contents

    Class KeyValueDataSource

    Key-Value datasource for keyvalue reports

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

    Constructors

    | Improve this Doc View Source

    KeyValueDataSource(IDictionary<KeyValueParameterConfigurationModel, Object>)

    Create keyvalue parameter and initialize all values

    Declaration
    public KeyValueDataSource(IDictionary<KeyValueParameterConfigurationModel, object> parameter)
    Parameters
    Type Name Description
    System.Collections.Generic.IDictionary<KeyValueParameterConfigurationModel, 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, object> Parameter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<KeyValueParameterConfigurationModel, System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx