ReportConnectionCustomCode.Class プロパティ

定義

レポート内のクラスの値を取得します。値の設定も可能です。

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

プロパティ値

レポート内のクラスを表す文字列値。

適用対象