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

In This Topic
    Parameters Property (ReportViewerTagHelper)
    In This Topic
    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 Property Parameters As IDictionary(Of String,Object)
    public IDictionary<string,object> Parameters {get; set;}
    See Also