C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / GetDocument Method
Name of the document.

In This Topic
GetDocument Method
In This Topic
Gets the previously registered in-memory document. Note, document will be automatically generated if needed.
Syntax
'Declaration
 
Public Shared Function GetDocument( _
   ByVal documentName As System.String _
) As System.Object
 

Parameters

documentName
Name of the document.

Return Value

Returns an in-memory document or returns null if document is not registered.
See Also