DefaultValues 属性

Gets or sets the default value of the parameter.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.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> [] () [] []
A String array containing the default values of the parameter.