Provides a sample C1PrintDocument used by the C1PreviewPane designer at design time.

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

Syntax

C#
[ToolboxItemAttribute(false)]
public class SampleC1PrintDocument : C1PrintDocument
Visual Basic
<ToolboxItemAttribute(False)> _
Public Class SampleC1PrintDocument _
	Inherits C1PrintDocument

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      C1PrintDocument
        C1.Win.C1Preview.Design..::..SampleC1PrintDocument

See Also