IDefinitionPath Interface

Represents a definition path.

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

Syntax

'Declaration
Public Interface IDefinitionPath
'Usage
Dim instance As IDefinitionPath
public interface IDefinitionPath
public interface class IDefinitionPath
type IDefinitionPath =  interface end
public interface IDefinitionPath

The IDefinitionPath type exposes the following members.

Properties

  Name Description
Public property DefinitionPath Gets the path to this report definition object in the report definition.
Public property ParentDefinitionPath Gets the path to report definition object's parent in the report definition.

Top