Obsolete. Exports the dashboard item 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 ExportDashboardItemToImage(string dashboardItemName, 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 ExportDashboardItemToImage(
string dashboardItemName,
Stream stream,
ImageExportOptions options
)
<Obsolete("This method is obsolete now. Use the ExportDashboardItemToImage(string dashboardItemName, 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 ExportDashboardItemToImage(
dashboardItemName As String,
stream As Stream,
options As ImageExportOptions
)
Type | Name | Description |
---|---|---|
String | dashboardItemName | A String that is the component name of the dashboard item to be exported. |
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 the dashboard item is exported. |