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