ComponentOne ASP.NET MVC Controls
Parameters Method

C1.Web.Mvc.Viewer.Fluent Namespace > ReportViewerBuilder Class : Parameters Method
The value.
Configurates C1.Web.Mvc.Viewer.ReportViewer.Parameters. Sets a dictionary of {name: value} pairs that describe the parameters used to run the report.
Syntax
'Declaration
 
Public Function Parameters( _
   ByVal value As IDictionary(Of String,Object) _
) As ReportViewerBuilder

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ReportViewerBuilder Class
ReportViewerBuilder Members