次の方法で共有


ParentReportName プロパティ

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

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

構文

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

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

プロパティ値

型: System. . :: . .String
親レポートの名前を示す値です。

説明

レポートがサブレポートの場合、このプロパティは親レポートの名前を返します。それ以外の場合、このプロパティは null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) を返します。