Skip to main content
A newer version of this page is available. .

IWebDocumentViewerExportResultUriGenerator.CreateUri(String, ExportedDocument) Method

Returns a URI that a browser should use to get the export or print result.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

string CreateUri(
    string exportOperationId,
    ExportedDocument exportedDocument
)

Parameters

Name Type Description
exportOperationId String

An export operation’s unique identifier.

exportedDocument DevExpress.XtraReports.Web.ClientControls.ExportedDocument

The resulting exported document.

Returns

Type Description
String

An URI to get the export result.

Remarks

Use the CreateUri method to generate a URI that a browser can use to access the resulting document from the server.

See the IWebDocumentViewerExportResultUriGenerator class’s description for detailed information.

See Also