ReportElement.DefinitionPath 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property DefinitionPath As String
    Get
用法
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

属性值

类型:System.String
A string value.

实现

IDefinitionPath.DefinitionPath