LinkBase.SkipArea Property
Gets or sets report areas that should be skipped.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Browsable(true)]
[DefaultValue(BrickModifier.None)]
public BrickModifier SkipArea { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Brick |
None | Report areas that should be skipped. |
Available values:
Name | Description |
---|---|
None | This value doesn’t represent any section of the document. It is used when specifying the |
Detail | Represents the detail section of the document. |
Detail |
Represents the detail header section of the document. |
Detail |
Represents the detail footer section of the document. |
Report |
Represents the report header section of the document. |
Report |
Represents the report footer section of the document. |
Marginal |
Represents the marginal page header section of the document. |
Marginal |
Represents the marginal page footer section of the document. |
Inner |
Represents the inner page header section of the document. |
Inner |
Represents the inner page footer section of the document. |
#Remarks
You can assign several report areas to this property value using a bitwise “or”. If an area is assigned to the property, the corresponding creation event does not occur. The appropriate values are contained in the BrickModifier enumeration.