Propriedade do RDL LinkedReportTargetName
Gets the value that specifies the name of the link target.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
ReadOnly Property LinkedReportTargetName As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A value that specifies the name of the link target.
Comentários
If the report is a linked report, this property returns the name of the link target; otherwise, the property returns null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) .
Consulte também