[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ParametersPanel.Text

Text Property

Text

Gets or sets the caption text of the parameters panel.

Declaration
public override string Text { get; set; }
Property Value
Type Description
string

A string representing the caption of the parameters panel. The default value is an empty string ("").

Overrides
Remarks

This property allows for the customization of the parameters panel's caption within the ActiveReports Viewer. The caption can be set to provide users with contextual information about the parameters being adjusted or to guide them through the report customization process. Utilizing this property effectively can enhance the user experience by making the parameters panel more intuitive and easier to use.