次の方法で共有


IReportContext インターフェイス

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

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
Public Interface IReportContext
'使用
Dim instance As IReportContext
public interface IReportContext
public interface class IReportContext
type IReportContext =  interface end
public interface IReportContext

IReportContext 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ IsLinkedReport レポートがリンク レポートかどうかを示す値を取得します。
パブリック プロパティ IsSubreport レポートがサブレポートかどうかを示す値を取得します。
パブリック プロパティ LinkedReportTargetName リンク先の名前を示す値を取得します。
パブリック プロパティ LinkedReportTargetPath リンク先のパスを示す値を取得します。
パブリック プロパティ ParentReportName 親レポートの名前を示す値を取得します。
パブリック プロパティ ParentReportPath 親レポートのパスを示す値を取得します。
パブリック プロパティ QueryParameters レポートのクエリ パラメータを示す値を取得します。
パブリック プロパティ ReportName レポートの名前を示す値を取得します。
パブリック プロパティ ReportPath レポートのパスを示す値を取得します。

先頭に戻る

説明

Reporting Services は、IReportContext オブジェクトを ProcessReportDefinition()()()() メソッドに渡します。