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 陣列。

適用於