Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the path to this report definition object in the report definition.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DefinitionPath As String
Get
'Usage
Dim instance As DataRegionMember
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
Property Value
Type: System.String
A string value.
Implements
IDefinitionPath.DefinitionPath
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace