Propriété IReportContext.LinkedReportTargetName
Gets the value that specifies the name of the link target.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
ReadOnly Property LinkedReportTargetName As String
Get
'Utilisation
Dim instance As IReportContext
Dim value As String
value = instance.LinkedReportTargetName
string LinkedReportTargetName { get; }
property String^ LinkedReportTargetName {
String^ get ();
}
abstract LinkedReportTargetName : string
function get LinkedReportTargetName () : String
Valeur de propriété
Type : System.String
A value that specifies the name of the link target.
Notes
If the report is a linked report, this property returns the name of the link target; otherwise, the property returns nullune référence Null (Nothing dans Visual Basic).