'Declaration Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
public CustomPropertyDefinitionCollection CustomProperties {get;}
'Declaration Public ReadOnly Property CustomProperties As CustomPropertyDefinitionCollection
public CustomPropertyDefinitionCollection CustomProperties {get;}
var reportItem = new TextBox(); var customProperties = reportItem.CustomProperties; customProperties.Add(new CustomPropertyDefinition { Name = "Property1", Value = "Value1" });