Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / OutputFileName Property

In This Topic
    OutputFileName Property (C1dExporter)
    In This Topic
    Gets the output file name. This property is set when the Export(String) method is called.
    Syntax
    'Declaration
     
    Protected ReadOnly Property OutputFileName As String
    protected string OutputFileName {get;}
    See Also