Compartir a través de


ReportElement.DefinitionPath Propiedad

Gets the path to this report definition object in the report definition.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property DefinitionPath As String 
    Get
'Uso
Dim instance As ReportElement 
Dim value As String 

value = instance.DefinitionPath
public abstract string DefinitionPath { get; }
public:
virtual property String^ DefinitionPath {
    String^ get () abstract;
}
abstract DefinitionPath : string
abstract function get DefinitionPath () : String

Valor de la propiedad

Tipo: System.String
A string value that represents the path to this report definition object in the report definition.

Implementa

IDefinitionPath.DefinitionPath

Vea también

Referencia

ReportElement Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering