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.