[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.CustomProperty.-ctor

CustomProperty Constructor

CustomProperty(string, object)

Initializes a new instance of the CustomProperty class with the specified name and value.

Declaration
public CustomProperty(string name, object value)
Parameters
Type Name Description
string name

The name of the custom property.

object value

The value of the custom property.