| Visual Basic (Declaration) | |
|---|---|
Public Enum Features Inherits System.Enum  | |
| C# | |
|---|---|
public enum Features : System.Enum  | |
| Member | Description | 
|---|---|
| FeatureColumns | Specifies whether the target device supports multi-column features. | 
| FeatureFooter | Specifies whether the footer is generated. | 
| FeatureHeader | Specifies whether the header is generated. | 
| FeatureInteractiveSorting | Specifies whether the target device supports interactive sorting feature. | 
| FeatureInteractivity | Specifies whether the target device supports interactivity features. | 
| FeaturePagination | Specifies that a structure describing page size is supplied if the feature is supported. | 
| FeatureResoluton | Specifies what resolution (dpi) is available for the target device. (The descriptor contains a single SizeF value corresponding to the horizontal and vertical resolutions respectively.) | 
| ProfessionalEditionRequired | For internal use only. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.Features