ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / Preview Property

In This Topic
    Preview Property
    In This Topic
    Gets or sets the settings related to the document preview functionality, allowing configuration of the preview button visibility and integration of a viewer component.
    Syntax
    'Declaration
     
    Public Property Preview As PreviewSettings
    public PreviewSettings Preview {get; set;}

    Property Value

    An instance of PreviewSettings representing the preview settings.
    See Also