IReportContext.LinkedReportTargetName Propiedad
Gets the value that specifies the name of the link target.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A value that specifies the name of the link target.
Comentarios
If the report is a linked report, this property returns the name of the link target; otherwise, the property returns nulles una referencia NULL (Nothing en Visual Basic)..