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

In This Topic
    PreviousPageCommand Property (C1ReportViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that goes to the previous page.
    Syntax
    'Declaration
     
    Public Property PreviousPageCommand As ICommand
    public ICommand PreviousPageCommand {get; set;}
    See Also