[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar.ParametersPanel

ParametersPanel Property

ParametersPanel

Provides access to the parameters panel within the ActiveReports Viewer.

Declaration
public ParametersPanel ParametersPanel { get; }
Property Value
Type Description
ParametersPanel

An instance of ParametersPanel that represents the user interface for managing report parameters within the ActiveReports Viewer.

Remarks

The parameters panel allows users to input or select values for report parameters, facilitating dynamic report generation based on user input. This property enables developers to programmatically access and manipulate the parameters panel to customize its functionality or appearance according to specific requirements.