Свойство DefaultValue.Values
Gets or sets the hard-coded default values for a parameter.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Values As IList(Of Nullable(Of ReportExpression))
Get
Set
'Применение
Dim instance As DefaultValue
Dim value As IList(Of Nullable(Of ReportExpression))
value = instance.Values
instance.Values = value
public IList<Nullable<ReportExpression>> Values { get; set; }
public:
property IList<Nullable<ReportExpression>>^ Values {
IList<Nullable<ReportExpression>>^ get ();
void set (IList<Nullable<ReportExpression>>^ value);
}
member Values : IList<Nullable<ReportExpression>> with get, set
function get Values () : IList<Nullable<ReportExpression>>
function set Values (value : IList<Nullable<ReportExpression>>)
Значение свойства
Тип: System.Collections.Generic.IList<Nullable<ReportExpression>>
An IList<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel