ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutputRange Class / OutputRange Constructor / OutputRange Constructor(String)
The pages to be included.

In This Topic
    OutputRange Constructor(String)
    In This Topic
    Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity).
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pages As System.String _
    )
    public OutputRange( 
       System.string pages
    )

    Parameters

    pages
    The pages to be included.
    See Also