ReportItem.DefinitionPath プロパティ

定義

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

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

プロパティ値

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

適用対象