ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / PreviewSettings Class / CanPreview Property

In This Topic
    CanPreview Property
    In This Topic
    Gets or sets a value indicating whether the Preview button should be shown.
    Syntax
    'Declaration
     
    Public Property CanPreview As Nullable(Of Boolean)
    public Nullable<bool> CanPreview {get; set;}

    Property Value

    If set to true, the preview button will be displayed, allowing users to preview the document. If set to false or null, the preview button will be hidden.
    See Also