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

In This Topic
    Features Enumeration
    In This Topic
    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
    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
    Inheritance Hierarchy

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

    See Also