MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Property Class / Property Constructor
A System.String value indicating the name to use for the property.
An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the value of the property.

Property Constructor
Initializes a new instance of the Property class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As ExpressionInfo _
)
 

Parameters

name
A System.String value indicating the name to use for the property.
value
An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the value of the property.
Exceptions
ExceptionDescription
Throws if name or value is null.
See Also