ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / ParametersPanelSettings Property

In This Topic
    ParametersPanelSettings Property
    In This Topic
    Gets or sets the parameters panel settings.
    Syntax
    'Declaration
     
    Public Property ParametersPanelSettings As ParametersPanelSettings
    public ParametersPanelSettings ParametersPanelSettings {get; set;}

    Property Value

    An instance of ParametersPanelSettings that defines the parameters panel settings.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also