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

In This Topic
    PrintCommand Property (C1ReportViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that performs the PrintDocument operation.
    Syntax
    'Declaration
     
    Public Property PrintCommand As ICommand
    public ICommand PrintCommand {get; set;}
    See Also