ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / DefaultValue Property

In This Topic
    DefaultValue Property (ReportParameter)
    In This Topic
    Gets or sets the default value to use for the parameter (if none is provided by the user).
    Syntax
    'Declaration
     
    Public Property DefaultValue As DefaultValue
    public DefaultValue DefaultValue {get; set;}

    Property Value

    A DefaultValue object used to supply the parameter.
    Remarks
    If no value is provided as a part of the definition or by the user, the value is null. A DefaultValue is required if there is no Prompt and either Nullable is False or a ValidValues list is provided that does not contain Null (an omitted value).
    See Also