Propriedade do RDL TablixHeader.DefinitionPath
Gets the path to this report definition object in the report definition.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DefinitionPath As String
Get
'Uso
Dim instance As TablixHeader
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
Valor da propriedade
Tipo: System.String
A string value.
Implementa
IDefinitionPath.DefinitionPath
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering