ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / Export Method
The document key.
The format.

In This Topic
    Export Method (C1WebReportServiceHelper)
    In This Topic
    Export the document specified by documentKey to the specified format.
    Syntax
    'Declaration
     
    Public Function Export( _
       ByVal documentKey As System.String, _
       ByVal format As System.String _
    ) As System.Byte()
    public System.byte[] Export( 
       System.string documentKey,
       System.string format
    )

    Parameters

    documentKey
    The document key.
    format
    The format.
    See Also