Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the path to this GaugeMemberCollection in the report definition.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefinitionPath As String
Get
'Usage
Dim instance As GaugeMemberCollection
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
Property Value
Type: System.String
The path to this GaugeMemberCollection in the report definition.
Implements
IDefinitionPath.DefinitionPath
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace