Back to Devexpress

IExporterOptions.TargetUri Property

officefileapi-devexpress-dot-office-dot-export-dot-iexporteroptions.md

latest2.3 KB
Original Source

IExporterOptions.TargetUri Property

Gets or sets the URI of the document being exported.

Namespace : DevExpress.Office.Export

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
string TargetUri { get; set; }
vb
Property TargetUri As String

Property Value

TypeDescription
String

A string representing the document URI.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TargetUri
SpreadsheetBeforeExportEventArgs

.Options .TargetUri

| | BeforeExportEventArgs |

.Options .TargetUri

|

Remarks

You may wish to specify the TargetUri value when exporting the document to formats that require saving certain content as separate objects, such as the HTML format with images and css files. Handle the BeforeExport event of the RichEditControl to get access to exporter options and specify the TargetUri as the location for external files.

Example

View Example

See Also

IRichEditDocumentServer.BeforeExport

RichEditControl.BeforeExport

RichEditControl.BeforeExport

IExporterOptions Interface

IExporterOptions Members

DevExpress.Office.Export Namespace