ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintManager Class / Document Property

In This Topic
    Document Property (C1PrintManager)
    In This Topic
    Gets or sets the document that to print. If the assigned value is an unsupported object, an exception will be thrown. Use IsSupportedDocument to verify that the object can be printed.
    Syntax
    'Declaration
     
    Public Property Document As System.Object
    public System.object Document {get; set;}
    See Also