ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Property Class / Property Constructor
A System.String containing the name to use for the property.
An GrapeCity.ActiveReports.Expressions.ExpressionInfo object that evaluates to the value of the property.

In This Topic
    Property Constructor
    In This Topic
    Initializes a new instance of the Property class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo _
    )
    public Property( 
       string name,
       GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo value
    )

    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