[]
Represents the parameters panel within the ActiveReports Viewer.
[TypeConverter(typeof(LabelStubConverter<ParametersPanel>))]
public sealed class ParametersPanel : SidebarPanel, IComponent, IDisposable
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.
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. |
Name | Description |
---|---|
Refresh() | Refreshes the Parameters panel, ensuring it displays the most current parameter values and options. |