ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ReportViewer Class / Parameters Property

In This Topic
    Parameters Property (ReportViewer)
    In This Topic
    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