Share via


IDefinitionPath.DefinitionPath Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
ReadOnly Property DefinitionPath As String 
    Get
'Usage
Dim instance As IDefinitionPath 
Dim value As String 

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

Property Value

Type: System.String
A string value.

See Also

Reference

IDefinitionPath Interface

Microsoft.ReportingServices.OnDemandReportRendering Namespace