Represents a form that can be used to enter a range of pages.

Namespace:  C1.C1Preview.Forms
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ObfuscationAttribute(Exclude = true, ApplyToMembers = true)]
public class OutputRangeForm : BaseForm
Visual Basic
<ObfuscationAttribute(Exclude := True, ApplyToMembers := True)> _
Public Class OutputRangeForm _
	Inherits BaseForm

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              C1.C1Preview.Forms..::..BaseForm
                C1.C1Preview.Forms..::..OutputRangeForm

See Also