共用方式為


GaugeMemberCollection.DefinitionPath 屬性

Gets the path to this GaugeMemberCollection 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 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

屬性值

型別:System.String
The path to this GaugeMemberCollection in the report definition.

實作

IDefinitionPath.DefinitionPath

請參閱

參考

GaugeMemberCollection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間