ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomPropertyDefinition Class / Value Property

In This Topic
    Value Property (CustomPropertyDefinition)
    In This Topic
    The value of the custom property.
    Syntax
    'Declaration
     
    Public Property Value As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Value {get; set;}
    Remarks
    The Value can be in the form of an expression.
    See Also