ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPrinterSettings Interface / PrintToFile Property

In This Topic
    PrintToFile Property
    In This Topic
    Gets or sets a value indicating whether the printing output is sent to a file instead of a port.
    Syntax
    'Declaration
     
    Property PrintToFile As Boolean
    bool PrintToFile {get; set;}

    Property Value

    true if the printing output is sent to a file; otherwise, false. The default is false.
    See Also