[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.PreviewSettings.CanPreview

CanPreview Property

CanPreview

Gets or sets a value indicating whether the Preview button should be shown.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? CanPreview { get; set; }
Property Value
Type Description
bool?

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.