Proprietà ParentReportName
Gets the value that specifies the name of the parent report.
Spazio dei nomi Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property ParentReportName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A value that specifies the name of the parent report.
Osservazioni
If the report is a subreport, this property returns the name of the parent report; otherwise, the property returns null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). .
Vedere anche