ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / SetDocument Method
The document that is to be represented by this item.

In This Topic
    SetDocument Method
    In This Topic
    Sets the document represented by the current item.
    Syntax
    'Declaration
     
    Public Sub SetDocument( _
       ByVal document As System.Object _
    ) 
    public void SetDocument( 
       System.object document
    )

    Parameters

    document
    The document that is to be represented by this item.
    See Also