Свойство 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 that represents the path to this report definition object in the report definition.
Реализует
IDefinitionPath.DefinitionPath
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering