[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Layer

Layer Class

Represents a layer on which ReportItem objects are located in a report.

Inheritance
Layer
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class Layer : IValidateable

Constructors

Name Description
Layer()

Initializes a new instance of the Layer class.

Layer(string)

Initializes a new instance of the Layer class using a specified name.

Fields

Name Description
DefaultLayerName

The name of the default layer, which is always present.

Properties

Name Description
DesignerDataFieldVisible

Gets or sets a value indicating whether data field icons on this layer are visible in the designer.

DesignerLock

Gets or sets a value indicating whether elements on this layer are locked in the designer.

DesignerTransparency

Gets or sets the transparency level of elements on this layer in the designer.

DesignerVisible

Gets or sets a value indicating whether elements on this layer are visible in the designer.

Name

Gets or sets a name of the layer.

TargetDevice

Gets or sets a target device for the layer.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the Layer object.

Extension Methods