Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public MustOverride ReadOnly Property DefinitionPath As String
Get
'Usage
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
Property Value
Type: System.String
A string value that represents the path to this report definition object in the report definition.
Implements
IDefinitionPath.DefinitionPath
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace