ReportParameter.DefaultValues 属性

定义

获取或设置 参数的默认值。

public:
 property cli::array <System::String ^> ^ DefaultValues { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] DefaultValues { get; set; }
member this.DefaultValues : string[] with get, set
Public Property DefaultValues As String()

属性值

String[]

一个包含参数默认值的String数组。

适用于