ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Rendering.IO Namespace / FileStreamProvider Class / OverwriteOutputFile Property

In This Topic
    OverwriteOutputFile Property
    In This Topic
    Specifies that the FileStreamProvider should overwrite a file if exists; otherwise, a new file with unique name should be created.
    Syntax
    'Declaration
     
    Public Property OverwriteOutputFile As Boolean
    public bool OverwriteOutputFile {get; set;}
    See Also