ActiveReports Developer 7
Features Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : Features Enumeration

Glossary Item Box

All of the features recognized by the layout engine. This enumeration is used with the DataDynamics.Reports.Extensibility.Layout.ITargetDevice.Item property to locate rendering device capabilities.

Syntax

Visual Basic (Declaration) 
Public Enum Features 
   Inherits System.Enum
C# 
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.)
ProfessionalEditionRequiredFor internal use only.

Inheritance Hierarchy

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

See Also