[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Layer.-ctor

Layer Constructor

Layer()

Initializes a new instance of the Layer class.

Declaration
public Layer()

Layer(string)

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

Declaration
public Layer(string name)
Parameters
Type Name Description
string name

A string value indicating the name of the layer.

Exceptions
Type Condition
ArgumentException

Throws if name is null or empty.