DashboardControl.GetPrintableComponent(String) Method
In This Article
OBSOLETE
This method is obsolete. Use the Get
Gets a printable component corresponding to the specified dashboard item.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
[Obsolete("This method is obsolete. Use the GetPrintableControl(string dashboardItemName) method instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339")]
public IBasePrintable GetPrintableComponent(
string dashboardItemName
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the component name of the dashboard item. |
#Returns
Type | Description |
---|---|
IBase |
An object that implements the IPrintable interface, specifying a component to be printed/exported. |
#Remarks
To learn more, see the following topics.
See Also