Skip to main content

DocumentExporterOptions.TargetUri Property

Gets or sets the URI of the document being exported.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[Browsable(false)]
public string TargetUri { get; set; }

Property Value

Type Description
String

A string representing the document URI.

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 SpreadsheetControl.BeforeExport event to get access to exporter options and specify the TargetUri as the location for external files.

Implements

See Also