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 SourceKeyValueDataSource(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 SourceParameter
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> |