ComponentOne ASP.NET MVC Controls
Parameters Property

C1.Web.Mvc.Viewer Namespace > ReportViewer Class : Parameters Property
Gets or sets a dictionary of {name: value} pairs that describe the parameters used to run the report.
Syntax
'Declaration
 
Public Property Parameters As IDictionary(Of String,Object)
public IDictionary<string,object> Parameters {get; set;}
See Also

Reference

ReportViewer Class
ReportViewer Members