Report.RDLResource プロパティ

定義

レポートの RDLResource の値を取得します。値の設定も可能です。

public:
 property System::String ^ RDLResource { System::String ^ get(); void set(System::String ^ value); };
public string RDLResource { get; set; }
member this.RDLResource : string with get, set
Public Property RDLResource As String

プロパティ値

レポートの RDLResource を表す文字列値。

適用対象