ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ParametersPanel Class / Text Property

In This Topic
    Text Property (ParametersPanel)
    In This Topic
    Gets or sets the caption of parameters panel.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Text As String
    public override string Text {get; set;}

    Property Value

    A System.String representing the caption of the parameters panel. The default value is an empty string ("").
    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.
    Requirements

    See Also