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

In This Topic
    Value Property (CustomPropertyDefinition)
    In This Topic
    Gets or sets the value of the custom property, which can be an expression.
    Syntax
    'Declaration
     
    Public Property Value As ExpressionInfo
    public ExpressionInfo Value {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the value of the custom property.
    See Also