FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / OutputRangeType Enumeration

In This Topic
    OutputRangeType Enumeration
    In This Topic
    Specifies the type of an OutputRange.
    Syntax
    'Declaration
     
    Public Enum OutputRangeType 
       Inherits System.Enum
    public enum OutputRangeType : System.Enum 
    Members
    MemberDescription
    AllAll pages of the document are in the range.
    PageListPages that are in the range are specified as a list.
    PageRangeOne or more ranges of pages are specified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Document.OutputRangeType

    See Also