Obsolete. Exports a dashboard to the specified stream in Image format using the specified Image-specific options.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
[Obsolete("This method is obsolete now. Use the ExportToImage(Stream stream, DashboardImageExportOptions options) method instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public void ExportToImage(
Stream stream,
ImageExportOptions options
)
<Obsolete("This method is obsolete now. Use the ExportToImage(Stream stream, DashboardImageExportOptions options) method instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
Public Sub ExportToImage(
stream As Stream,
options As ImageExportOptions
)
Type | Name | Description |
---|---|---|
Stream | stream | A Stream object to which the created image file should be sent. |
ImageExportOptions | options | A ImageExportOptions object that specifies the Image export options to be applied when a dashboard is exported. |