[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameter.DefaultValue

DefaultValue Property

DefaultValue

Gets or sets a default value for the parameter, used if none is provided by the user.

Declaration
public DefaultValue DefaultValue { get; set; }
Property Value
Type Description
DefaultValue

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.