ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / SaveCommand Property

In This Topic
    SaveCommand Property (C1ReportViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that saves the document using SaveFileDialog.
    Syntax
    'Declaration
     
    Public Property SaveCommand As ICommand
    public ICommand SaveCommand {get; set;}
    See Also