IReportContext.ParentReportPath プロパティ
親レポートのパスを示す値を取得します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
ReadOnly Property ParentReportPath As String
Get
'使用
Dim instance As IReportContext
Dim value As String
value = instance.ParentReportPath
string ParentReportPath { get; }
property String^ ParentReportPath {
String^ get ();
}
abstract ParentReportPath : string
function get ParentReportPath () : String
プロパティ値
型: System.String
親レポートのパスを示す値です。
説明
レポートがサブレポートの場合、このプロパティは親レポートのパスを返します。それ以外の場合、このプロパティは nullNULL 参照 (Visual Basic では Nothing) を返します。