[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Property

Property Class

Represents a property with a name and an associated value that can be evaluated.

Inheritance
Property
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Property

Constructors

Name Description
Property(string, ExpressionInfo)

Initializes a new instance of the Property class.

Properties

Name Description
Name

Gets or sets the name of the property.

Value

Gets or sets the value of the property.

Extension Methods