MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / Features Enumeration

Features Enumeration
All the features recognized by the layout engine. This enumeration is used to locate rendering device capabilities.
Syntax
'Declaration
 
Public Enum Features 
   Inherits System.Enum
 
Members
MemberDescription
CollapsibleRowsSpecifies whether the target device supports expandable rows
FeatureFooterSpecifies whether the footer is generated.
FeatureHeaderSpecifies whether the header is generated.
FeatureInteractiveSortingTogglingSpecifies whether the target device supports interactive sorting/toggling features.
FeatureInteractivitySpecifies whether the target device supports interactivity features.
FeaturePaginationSpecifies that a structure describing page size is supplied if the feature is supported.
FeatureResolutonSpecifies what resolution (dpi) is available for the target device. (The descriptor contains a single SizeF value corresponding to the horizontal and vertical resolutions respectively.)
TargetDeviceDefines output kinds which is used now by ITargetDevice
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.Features

See Also