ReportItem.DefinitionPath 属性
Gets the path to this report definition object in the report definition.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Overrides ReadOnly Property DefinitionPath As String
Get
用法
Dim instance As ReportItem
Dim value As String
value = instance.DefinitionPath
public override string DefinitionPath { get; }
public:
virtual property String^ DefinitionPath {
String^ get () override;
}
abstract DefinitionPath : string
override DefinitionPath : string
override function get DefinitionPath () : String
属性值
类型:System.String
A string value.