Represents the barebones control showing the preview of the associated document. To add functionality, other C1Preview components can be connected to this control.

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

Syntax

C#
[ToolboxBitmapAttribute(typeof(C1PreviewPane), "C1PreviewPane.png")]
public class C1PreviewPane : Panel, 
	ISupportInitialize, ICollectionOwner, IC1WmComponentChanged, INotifyPropertyChanged
Visual Basic
<ToolboxBitmapAttribute(GetType(C1PreviewPane), "C1PreviewPane.png")> _
Public Class C1PreviewPane _
	Inherits Panel _
	Implements ISupportInitialize, ICollectionOwner, IC1WmComponentChanged, INotifyPropertyChanged

Inheritance Hierarchy

See Also