ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1MakeDocumentDelegate Delegate

In This Topic
    C1MakeDocumentDelegate Delegate
    In This Topic
    Delegate to be used with RegisterDocument method.
    Syntax
    'Declaration
     
    Public Delegate Function C1MakeDocumentDelegate() As System.Object
    public delegate System.object C1MakeDocumentDelegate()
    See Also