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

属性值

表示报表的自定义代码的字符串值。

适用于