ActiveReports 18 .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
    Specifies whether the report to-be-previewed is an existing report saved on server side.
    Syntax
    'Declaration
     
    Public Property Temporary As Nullable(Of Boolean)
    public Nullable<bool> Temporary {get; set;}
    See Also