ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportPartProperty Class / DefaultValue Property

In This Topic
    DefaultValue Property (ReportPartProperty)
    In This Topic
    Gets or sets the default value of the property.
    Syntax
    'Declaration
     
    Public Property DefaultValue As ExpressionInfo
    public ExpressionInfo DefaultValue {get; set;}

    Property Value

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