[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.Add

Add Method

Add(CustomProperty)

Adds a custom property to the collection. For internal use only.

Declaration
public void Add(CustomProperty property)
Parameters
Type Name Description
CustomProperty property

The custom property to add.

Add(string, object)

Adds a custom property to the collection with the specified name and value. For internal use only.

Declaration
public void Add(string propertyName, object propertyValue)
Parameters
Type Name Description
string propertyName

The name of the custom property.

object propertyValue

The value of the custom property.