[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.Features

Features Enum

All the features recognized by the layout engine. This enumeration is used to locate rendering device capabilities.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum Features

Fields

Name Description
CollapsibleRows

Specifies whether the target device supports expandable rows

FeatureFooter

Specifies whether the footer is generated.

FeatureHeader

Specifies whether the header is generated.

FeatureInteractiveSortingToggling

Specifies whether the target device supports interactive sorting/toggling features.

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.)

NativeImages

For internal use only. Specifies support of drawing of Emf|wmf images.

ProfessionalEditionRequired

For internal use only.

TargetDevice

Defines output kinds which is used now by ITargetDevice

Extension Methods