Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the URL of the drillthrough report.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property DrillthroughReport As ReportUrl
Get
'Uso
Dim instance As Action
Dim value As ReportUrl
value = instance.DrillthroughReport
public ReportUrl DrillthroughReport { get; }
public:
property ReportUrl^ DrillthroughReport {
ReportUrl^ get ();
}
member DrillthroughReport : ReportUrl
function get DrillthroughReport () : ReportUrl
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.ReportUrl
A ReportUrl object representing the drillthrough report.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering