LayerName Property (ReportItem)
Gets or sets the name of the layer to which this report item belongs.
public string LayerName {get; set;}
'Declaration
Public Property LayerName As String
Property Value
A
System.String value indicating the name of the layer. Default value is
"default"
.
var reportItem = new TextBox();
reportItem.LayerName = "Layer1";