'Declaration Public Property LayerName As String
public string LayerName {get; set;}
"default"
var reportItem = new TextBox(); reportItem.LayerName = "Layer1";
ReportItem Class ReportItem Members