ReportParameter.DefaultValue Property

Definition

Gets or sets the default value to use for the parameter (if not provided by the user). If no value is provided as a part of the definition or by the user, the value is null. 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).

public:
 property Microsoft::ReportingServices::RdlObjectModel::DefaultValue ^ DefaultValue { Microsoft::ReportingServices::RdlObjectModel::DefaultValue ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::DefaultValue ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.DefaultValue DefaultValue { get; set; }
member this.DefaultValue : Microsoft.ReportingServices.RdlObjectModel.DefaultValue with get, set
Public Property DefaultValue As DefaultValue

Property Value

A DefaultValue object.

Applies to