[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ParametersPanel

ParametersPanel Class

Represents the parameters panel within the ActiveReports Viewer.

Inheritance
ParametersPanel
Implements
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
[TypeConverter(typeof(LabelStubConverter<ParametersPanel>))]
public sealed class ParametersPanel : SidebarPanel, IComponent, IDisposable
Remarks

The parameters panel facilitates user interaction with report parameters. It provides a user interface for entering and adjusting parameters that affect the report's data and presentation. This class manages the visibility, state, and interactions of the parameters panel, ensuring that users can effectively customize their report views according to specific criteria.

Properties

Name Description
EnabledRuntime

Gets or sets a value indicating whether this ParametersPanel is enabled at runtime.

Text

Gets or sets the caption text of the parameters panel.

VisibleRuntime

Overridden. Gets or sets a value indicating whether this ParametersPanel is visible at runtime.

Methods

Name Description
Refresh()

Refreshes the Parameters panel, ensuring it displays the most current parameter values and options.