ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ViewerSettings.ViewerDocumentInfo Class / Temporary Property

In This Topic
    Temporary Property
    In This Topic
    Gets or sets a value indicating whether the report to be previewed is a temporary report saved on the server side.
    Syntax
    'Declaration
     
    Public Property Temporary As Nullable(Of Boolean)
    public Nullable<bool> Temporary {get; set;}

    Property Value

    true if the report is temporary; otherwise, false.
    See Also