DefaultValues 属性
Gets or sets the default values for the parameter.
命名空间: ReportService2010
程序集: ReportService2010(在 ReportService2010.dll 中)
语法
声明
Public Property DefaultValues As String()
Get
Set
用法
Dim instance As ItemParameter
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 that contains the default values of the parameter.