次の方法で共有


IReportContext.ReportPath プロパティ

レポートのパスを示す値を取得します。

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

構文

'宣言
ReadOnly Property ReportPath As String 
    Get
'使用
Dim instance As IReportContext 
Dim value As String 

value = instance.ReportPath
string ReportPath { get; }
property String^ ReportPath {
    String^ get ();
}
abstract ReportPath : string
function get ReportPath () : String

プロパティ値

型: System.String
レポートのパスを示す値です。

関連項目

参照

IReportContext インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間