In This Topic
Initializes a new instance of the Property class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
)
public Property(
string ,
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
)
Parameters
- name
- A System.String containing the name to use for the property.
- value
- An GrapeCity.ActiveReports.Expressions.ExpressionInfo object that evaluates to the value of the property.
See Also