ReportReportData クラス

定義

レポート内のレポート データを提供します。

public ref class ReportReportData
[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 ReportReportData
[<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 ReportReportData = class
Public Class ReportReportData
継承
ReportReportData
属性

コンストラクター

ReportReportData()

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

プロパティ

Command

データ コマンドの呼び出し時に実行されるコマンドを取得します。値の設定も可能です。

DataProvider

レポート データを指定するデータ プロバイダーの名前を取得します。値の設定も可能です。

Inline

データ レポートがインラインで表示されるかどうかを示す値を取得します。値の設定も可能です。

InlineSpecified

データ レポートが指定されているかどうかを示す値を取得または設定します。

IsQueryFromXmlFile

XML ファイルを起源とするクエリであるかどうかを示す値を取得または設定します。

XMLResource

レポート データに関連付けられている XML リソースを取得または設定します。

適用対象