自動更新を抑制するかどうかを示す値を取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property SuppressAutoUpdate As Boolean
Get
Set
'使用
Dim instance As QueryBase
Dim value As Boolean
value = instance.SuppressAutoUpdate
instance.SuppressAutoUpdate = value
public bool SuppressAutoUpdate { get; set; }
public:
property bool SuppressAutoUpdate {
bool get ();
void set (bool value);
}
member SuppressAutoUpdate : bool with get, set
function get SuppressAutoUpdate () : boolean
function set SuppressAutoUpdate (value : boolean)
プロパティ値
型: System.Boolean
自動更新を抑制する場合は true、それ以外の場合は false。