[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomPropertyCollection.-ctor

CustomPropertyCollection Constructor

CustomPropertyCollection()

Initializes a new instance of the CustomPropertyCollection class.

Declaration
public CustomPropertyCollection()

CustomPropertyCollection(IEnumerable<CustomProperty>)

Initializes a new instance of the CustomPropertyCollection class with the specified properties.

Declaration
public CustomPropertyCollection(IEnumerable<CustomProperty> properties)
Parameters
Type Name Description
IEnumerable<CustomProperty> properties

A collection of CustomProperty objects.

Exceptions
Type Condition
ArgumentNullException

Thrown when properties is null.