ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintPreviewDialog Class
Members

In This Topic
    C1OlapPrintPreviewDialog Class
    In This Topic
    Represents a dialog used to preview and print System.Drawing.Printing.PrintDocument objects.
    Object Model
    C1OlapPrintPreviewDialog Class
    Syntax
    'Declaration
     
    Public Class C1OlapPrintPreviewDialog 
       Inherits System.Windows.Forms.Form
    public class C1OlapPrintPreviewDialog : System.Windows.Forms.Form 
    Remarks
    This dialog is similar to the standard System.Windows.Forms.PrintPreviewDialog but provides additional options such printer and page setup buttons, a better UI based on the System.Windows.Forms.ToolStrip control, and built-in PDF export.
    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.Win.Olap.C1OlapPrintPreviewDialog

    See Also