[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.DeviceCapabilities

DeviceCapabilities Struct

Describes the target rendering device capabilities for a specific set of features.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct DeviceCapabilities

Constructors

Name Description
DeviceCapabilities(bool, object)

Initializes a new instance of the DeviceCapabilities structure.

Properties

Name Description
Descriptor

The value of this property depends on the type of features in the set. It can include an array of supported fonts, mapper objects, etc.

Supported

Gets true if the features set is supported by the target device.

Extension Methods