ReportItem.DefinitionPath Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the path that identifies the report item by its position in the hierarchy of the report and sub reports.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefinitionPath As String
public override string DefinitionPath { get; }
public:
virtual property String^ DefinitionPath {
String^ get () override;
}
/** @property */
public String get_DefinitionPath ()
public override function get DefinitionPath () : String
Property Value
A String that contains the path that identifies the report item by its position in the hierarchy of the report and sub reports.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
See Also
Reference
ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace