Skip to main content

CustomExportWebEventArgs.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.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

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