Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ActionHandlerFileSave Class / ExportProvider Property

In This Topic
    ExportProvider Property (ActionHandlerFileSave)
    In This Topic
    Gets or sets the C1.C1Preview.Export.ExportProvider that will be used to save or export the document.
    Syntax
    'Declaration
     
    Public Property ExportProvider As ExportProvider
    public ExportProvider ExportProvider {get; set;}
    See Also