ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / IsDocumentRegistered Method
Name of the document.

In This Topic
    IsDocumentRegistered Method
    In This Topic
    Determines whether an in-memory document is registered.
    Syntax
    'Declaration
     
    Public Shared Function IsDocumentRegistered( _
       ByVal documentName As System.String _
    ) As System.Boolean
    public static System.bool IsDocumentRegistered( 
       System.string documentName
    )

    Parameters

    documentName
    Name of the document.
    See Also