Share via


ReportReportDataCommand Class

Provides a report data command to be used in the class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ReportReportDataCommand

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

Syntax

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

The ReportReportDataCommand type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Filter Gets or sets the filter string, which determines the report in the report data command.
Public property Text Gets or sets the text content of the data command.

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.