共用方式為


ReportParameter.DefaultValues 屬性

Gets or sets the default values of the parameter.

命名空間:  ReportExecution2005
組件:  ReportExecution2005 (在 ReportExecution2005.dll 中)

語法

'宣告
Public Property DefaultValues As String()
    Get 
    Set
'用途
Dim instance As ReportParameter 
Dim value As String()

value = instance.DefaultValues

instance.DefaultValues = value
public string[] DefaultValues { get; set; }
public:
property array<String^>^ DefaultValues {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member DefaultValues : string[] with get, set
function get DefaultValues () : String[]
function set DefaultValues (value : String[])

屬性值

型別:array<System.String[]
An array of String objects containing the default parameters.

請參閱

參考

ReportParameter 類別

ReportExecution2005 命名空間