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

In This Topic
    Text Property (ThumbnailsPanel)
    In This Topic
    Gets or sets the caption of thumbnails 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 thumbnails panel. The default value is an empty string ("").
    Remarks
    This property allows for the customization of the thumbnails panel's caption within the ActiveReports Viewer. Setting this property can help users understand the purpose of the thumbnails panel or provide any specific instructions related to the thumbnails displayed. It enhances the user experience by making the thumbnails panel more informative and intuitive.
    Requirements

    See Also