Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintManager Class / Range Property

In This Topic
    Range Property (C1PrintManager)
    In This Topic
    Gets or sets the OutputRange object specifying the pages to print.
    Syntax
    'Declaration
     
    Public Property Range As OutputRange
    public OutputRange Range {get; set;}
    See Also