ActiveReports 19 .NET Edition
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.

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 ExpressionInfo _
    )
    public Property( 
       string name,
       ExpressionInfo value
    )

    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