ActiveReports 12
Features Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : Features Enumeration
All of the features recognized by the layout engine. This enumeration is used with the ITargetDevice.Item property to locate rendering device capabilities.
Syntax
'Declaration
 
Public Enum Features 
   Inherits System.Enum
public enum Features : System.Enum 
Members
MemberDescription
FeatureColumnsSpecifies whether the target device supports multi-column features.
FeatureFooterSpecifies whether the footer is generated.
FeatureHeaderSpecifies whether the header is generated.
FeatureInteractiveSortingSpecifies whether the target device supports interactive sorting feature.
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
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Layout Namespace