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

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