ReportReportDataCommand クラス

定義

クラスで使用されるレポート データ コマンドを提供します。

public ref class ReportReportDataCommand
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ReportReportDataCommand
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ReportReportDataCommand = class
Public Class ReportReportDataCommand
継承
ReportReportDataCommand
属性

コンストラクター

ReportReportDataCommand()

ReportReportDataCommand クラスの新しいインスタンスを初期化します。

プロパティ

Filter

レポート データ コマンドでレポートを特定するためのフィルター文字列を取得します。値の設定も可能です。

Text

データ コマンドのテキスト コンテンツを取得します。値の設定も可能です。

適用対象