[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.LayerName

LayerName Property

LayerName

Gets or sets the name of the layer to which this report item belongs.

Declaration
public string LayerName { get; set; }
Property Value
Type Description
string

A string value indicating the name of the layer. Default value is "default".

Examples
var reportItem = new TextBox();
reportItem.LayerName = "Layer1";