[]
Gets or sets the dictionary of report parameters.
public Dictionary<string, object[]> Parameters { get; set; }
Type | Description |
---|---|
Dictionary<string, object[]> | A dictionary where the key is a string representing the parameter name and the value is an array of object representing the parameter values. |