ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / DocumentStatus Class / pageSizes Field

In This Topic
    pageSizes Field
    In This Topic
    Array of intervals of pages with the same size. The intervals are guaranteed to be sorted by page indices, and to cover all pages from 0 to pageCount.
    Syntax
    'Declaration
     
    Public pageSizes As PageRangeSizeInfo()
    public PageRangeSizeInfo[] pageSizes
    See Also