Skip to content

Commit 210775b

Browse files
Update processing-element.md (#1694)
* Update processing-element.md * Update doc-output/configure-the-report-engine/processing-element.md Co-authored-by: Petar Todorov <[email protected]> --------- Co-authored-by: Petar Todorov <[email protected]>
1 parent efefa06 commit 210775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-output/configure-the-report-engine/processing-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Starting with [R3 2022 SP1 (16.2.22.1109)](https://www.telerik.com/support/whats
140140

141141
### Graphics Engine
142142

143-
The __graphicsEngine__ element was introduced with the Skia graphics engine in [R3 2023 (17.2.23.1010)](https://www.telerik.com/support/whats-new/reporting/release-history/progress-telerik-reporting-r3-2023-17-2-23-1010). It sets the graphics engine used for processing and rendering the reports. There are two implementations of the graphics engine: GDI-based and SkiaSharp-based. GDI is not supported on non-Windows platforms for applications that target .NET 7 or higher. Skia implementation has cross-platform support. The active implementation is determined by the value of the __engineName__ element which corresponds with the members of the [Telerik.Drawing.Contract.GraphicsEngine](/api/Telerik.Drawing.Contract.GraphicsEngine) enumeration.
143+
The __graphicsEngine__ element was introduced with the Skia graphics engine in [R3 2023 (17.2.23.1010)](https://www.telerik.com/support/whats-new/reporting/release-history/progress-telerik-reporting-r3-2023-17-2-23-1010). It sets the graphics engine used for processing and rendering the reports. There are two implementations of the graphics engine: GDI-based and SkiaSharp-based. GDI is not supported on non-Windows platforms for applications that target .NET {{site.mindotnetversion}} or higher. Skia implementation has cross-platform support. The active implementation is determined by the value of the __engineName__ element which corresponds with the members of the [Telerik.Drawing.Contract.GraphicsEngine](/api/Telerik.Drawing.Contract.GraphicsEngine) enumeration.
144144

145145
If the __graphicsEngine__ element is not present in the configuration file, the *PlatformDependent* value will be used.
146146
Skia implementation is not available in applications that target .NET Framework. They can only work with the GDI graphics engine.

0 commit comments

Comments
 (0)