IReportContext インターフェイス

定義

レポートコンテキストのプロパティを定義します。

public interface class IReportContext
public interface IReportContext
type IReportContext = interface
Public Interface IReportContext

注釈

Reporting ServicesIReportContextオブジェクトをProcessReportDefinitionメソッドに渡します。

プロパティ

名前 説明
IsLinkedReport

レポートがリンクされたレポートかどうかを指定する値を取得します。

IsSubreport

レポートがサブレポートかどうかを指定する値を取得します。

LinkedReportTargetName

リンクターゲットの名前を指定する値を得ます。

LinkedReportTargetPath

リンクターゲットの経路を指定する値を得ます。

ParentReportName

親レポートの名前を指定する値を取得します。

ParentReportPath

親レポートの経路を指定する値が付与されます。

QueryParameters

レポートのクエリパラメータを指定する値を得ます。

ReportName

レポート名を指定する値を得ます。

ReportPath

レポートの経路を指定する値を得ます。

適用対象