Filters 屬性
Filters to apply to each row of data.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Filters As IList(Of Filter)
Get
Set
'用途
Dim instance As CustomData
Dim value As IList(Of Filter)
value = instance.Filters
instance.Filters = value
public IList<Filter> Filters { get; set; }
public:
property IList<Filter^>^ Filters {
IList<Filter^>^ get ();
void set (IList<Filter^>^ value);
}
member Filters : IList<Filter> with get, set
function get Filters () : IList<Filter>
function set Filters (value : IList<Filter>)
屬性值
型別:System.Collections.Generic. . :: . .IList< (Of < ( <'Filter> ) > ) >
An IList<(Of <(<'T>)>)> object.