ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / SampleReportDescriptor Structure / ThumbnailPath Property

In This Topic
    ThumbnailPath Property
    In This Topic
    Gets the base64 encoded preview of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ThumbnailPath As String
    public string ThumbnailPath {get;}

    Property Value

    The base64 encoded preview of the report.
    Remarks
    This property contains a base64 encoded image or preview of the report.
    See Also