CustomizeExportDocumentEventArgs.ExcelOptions Property
Obsolete. Gets options related to exporting a dashboard item to the Excel format.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the ExcelExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public ExcelExportOptions ExcelOptions { get; }
<Browsable(False)>
<Obsolete("This property is obsolete now. Use the ExcelExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
Public ReadOnly Property ExcelOptions As ExcelExportOptions
Property Value
Type | Description |
---|---|
ExcelExportOptions | A ExcelExportOptions object containing options related to exporting a dashboard item to the Excel format. |
See Also
Feedback