[]
Configurates Parameters. Sets a dictionary of {name: value} pairs that describe the parameters used to run the report.
public ReportViewerBuilder Parameters(IDictionary<string, object> value)
Type | Name | Description |
---|---|---|
IDictionary<string, object> | value | The value. |
Type | Description |
---|---|
ReportViewerBuilder | Current builder. |