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 メソッドに渡します。