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

In This Topic
    Document Property (MultiDocumentItemLoadedEventArgs)
    In This Topic
    Gets the report or document represented by the C1MultiDocumentItem.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As System.Object
    public System.object Document {get;}
    See Also