[]
Gets or sets the name of the layer to which this report item belongs.
public string LayerName { get; set; }
Type | Description |
---|---|
string | A string value indicating the name of the layer. Default value is |
var reportItem = new TextBox();
reportItem.LayerName = "Layer1";