Classe Filter
Contains a list of filters that restrict rows of data in a dataset or data region, or restrict group instances in a grouping.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..Filter
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class Filter _
Inherits ReportObject
'Utilisation
Dim instance As Filter
public class Filter : ReportObject
public ref class Filter : public ReportObject
type Filter =
class
inherit ReportObject
end
public class Filter extends ReportObject
Le type Filter expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Filter | Initializes a new instance of the Filter class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ComponentMetadata | The component metadata. (hérité de ReportObject.) | |
FilterExpression | Contains an expression that is evaluated for each row of data or group and compared to a filter value. | |
FilterValues | Contains a collection of values to compare to the filter expression. | |
Operator | Specifies the operator to use to compare the values in the FilterExpression and FilterValues properties. | |
Parent | The parent of this report object. (hérité de ReportObjectBase.) | |
Site | Infrastructure. (hérité de ReportObject.) |
Haut de la page
Méthodes
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IDisposable. . :: . .Dispose | (hérité de ReportObject.) | |
IComponent. . :: . .Disposed | (hérité de ReportObject.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.