Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / Document Property

In This Topic
    Document Property (C1dExporter)
    In This Topic
    Gets or sets the object representing the document that will be exported by the current exporter's Export(String) or Export(Stream) methods.
    Syntax
    'Declaration
     
    Public Property Document As Object
    public object Document {get; set;}
    See Also