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