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

In This Topic
    Document Property (PrintDocumentOptions)
    In This Topic
    Gets or sets the C1OlapPrintDocument being edited by this PrintDocumentOptions.
    Syntax
    'Declaration
     
    Public Property Document As C1OlapPrintDocument
    public C1OlapPrintDocument Document {get; set;}
    See Also