DrillthroughEventArgs.ReportPath Propiedad

Obtiene la ruta de acceso del informe de obtención de detalles.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public ReadOnly Property ReportPath As String
    Get
'Uso
Dim instance As DrillthroughEventArgs
Dim value As String

value = instance.ReportPath
public string ReportPath { get; }
public:
property String^ ReportPath {
    String^ get ();
}
member ReportPath : string
function get ReportPath () : String

Valor de la propiedad

Tipo: System.String
Un valor String de solo lectura.

Vea también

Referencia

DrillthroughEventArgs Clase

Espacio de nombres Microsoft.Reporting.WebForms