[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Property.-ctor

Property Constructor

Property(string, ExpressionInfo)

Initializes a new instance of the Property class.

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

A string value indicating the name to use for the property.

ExpressionInfo value

An ExpressionInfo object that evaluates to the value of the property.

Exceptions
Type Condition
ArgumentNullException

Throws if name or value is null.