次の方法で共有


ReportElement.DefinitionPath プロパティ

定義

レポート定義内のこのレポート定義オブジェクトのパスを取得します。

public:
 abstract property System::String ^ DefinitionPath { System::String ^ get(); };
public abstract string DefinitionPath { get; }
member this.DefinitionPath : string
Public MustOverride ReadOnly Property DefinitionPath As String

プロパティ値

レポート定義内のこのレポート定義オブジェクトのパスを表す string 値。

実装

適用対象