TargetType Enum
Lists the report control types assigned when exporting a report.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Assumes that an object’s value shouldn’t be exported. This object is skipped when exporting, but if it has child elements, their values will still be exported, depending on their Export |
Text
|
An object’s value is treated as Text when being exported. |
Panel
|
An object is treated as Panel when being exported. |
Image
|
An object’s value is treated as Image when being exported. |
Boolean
|
An object’s value is treated as Boolean when being exported. |
Page
|
An object’s value is treated as a Page Number when being exported. |
Progress
|
An object is treated as Progress Bar when being exported. |
Track
|
An object is treated as Track Bar when being exported. |
#Remarks
A TargetType object is returned by the ExportSettings.TargetType property.