Свойство 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.