ReportFilterCondition Class

Displays the current condition of the report during the filter method.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ReportFilterCondition

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportFilterCondition
'Usage
Dim instance As ReportFilterCondition
[SerializableAttribute]
public class ReportFilterCondition
[SerializableAttribute]
public ref class ReportFilterCondition
[<SerializableAttribute>]
type ReportFilterCondition =  class end
public class ReportFilterCondition

The ReportFilterCondition type exposes the following members.

Constructors

  Name Description
Public method ReportFilterCondition Initializes a new instance of the ReportFilterCondition class.

Top

Properties

  Name Description
Public property Property Gets or sets the text associated with the property of the report.
Public property Value Gets or sets the value of the filter condition.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.