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

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