ActiveReports 19 .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 a default value for the parameter, used if none is provided by the user.
Syntax
'Declaration
 
Public Property DefaultValue As DefaultValue
 

Property Value

A DefaultValue object representing the default value for the parameter.
Remarks
If no value is provided by definition or by the user, the parameter 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.
See Also