[]
Represents a layer on which ReportItem objects are located in a report.
public class Layer : IValidateable
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. |
Name | Description |
---|---|
DefaultLayerName | The name of the default layer, which is always present. |
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. |
Name | Description |
---|---|
Validate(ValidationContext) | Validates the current state of the Layer object. |