Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutputRange Class
Fields Properties Methods


In This Topic
    OutputRange Class Members
    In This Topic

    The following tables list the members exposed by OutputRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldIf included in the page indices list, specifies that all pages from preceeding to the next one are to be included in the output.  
    Public FieldThis value indicates an invalid page number.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Represents an all-inclusive range.  
    Public PropertyGets the first page in the range.  
    Public PropertyGets or sets the value indicating whether the range should be inverted. If the range is inverted, the range's iterator goes from the end of the range backwards.  
    Public PropertyGets or sets the absolute upper limit for page numbers in the range.  
    Public PropertyGets the total number of pages in the range. Note that if the MaxPageNumber has not been set, this property will get int.MaxValue.  
    Public PropertyGets the list of page numbers.  
    Public PropertyGets the last page in the range.  
    Public PropertyType of range: all pages, range of pages etc.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies values from another instance of OutputRange.  
    Public MethodClones the current OutputRange.  
    Public MethodTests whether the specified page is within the range.  
    Public MethodReturns the first page in the range.  
    Public MethodOverloaded. Returns the page number in the range following the specified one, or -1 if the specified number was the last one.  
    Public MethodReturns a string that represents the current OutputRange.  
    Top
    See Also