ReportConnectionCustomCode.CheckMethod プロパティ

定義

CheckMethod メソッドを使用して、レポートのカスタム コードを取得します。値の設定も可能です。

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

プロパティ値

レポートのカスタム コードを表す文字列値。

適用対象