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

In This Topic
    Document Property (C1OlapPrintPreviewDialog)
    In This Topic
    Gets or sets the System.Drawing.Printing.PrintDocument to preview.
    Syntax
    'Declaration
     
    Public Property Document As System.Drawing.Printing.PrintDocument
    public System.Drawing.Printing.PrintDocument Document {get; set;}
    See Also