CustomExportEventArgs.PrintableComponents Property
OBSOLETE
This property is obsolete. Use the GetPrintableControl instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339
Provides access to a dictionary containing dashboard item names and related PrintableComponents. For internal use.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete. Use the GetPrintableControl(string dashboardItemName) and GetPrintableControls() methods instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339")]
public Dictionary<string, IBasePrintable> PrintableComponents { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, IBasePrintable> | A dictionary containing dashboard item names and related PrintableComponents. |
See Also