[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinition.-ctor

CustomPropertyDefinition Constructor

CustomPropertyDefinition()

Initializes a new instance of the CustomPropertyDefinition class.

Declaration
public CustomPropertyDefinition()

CustomPropertyDefinition(string, ExpressionInfo)

Initializes a new instance of the CustomPropertyDefinition class.

Declaration
public CustomPropertyDefinition(string name, ExpressionInfo value)
Parameters
Type Name Description
string name

A string value indicating the name of the custom property.

ExpressionInfo value

An ExpressionInfo object representing the value or the expression and data type to assign to the custom property.

Exceptions
Type Condition
ArgumentNullException

Throws if name is null or empty.