ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / RegisterDocument Method
Unique identifier of the document. Make sure that this name does not conflict with already existent file-based/memory-based report names.
Delegate that will be called in order to generate document.

In This Topic
    RegisterDocument Method
    In This Topic
    Registers an in-memory(memory-based) document
    Syntax
    'Declaration
     
    Public Shared Sub RegisterDocument( _
       ByVal documentName As System.String, _
       ByVal d As C1MakeDocumentDelegate _
    ) 
    public static void RegisterDocument( 
       System.string documentName,
       C1MakeDocumentDelegate d
    )

    Parameters

    documentName
    Unique identifier of the document. Make sure that this name does not conflict with already existent file-based/memory-based report names.
    d
    Delegate that will be called in order to generate document.
    See Also