IQueryDesigner.OnDeactivateView Method
Notifies the control that the view has been deactivated.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Sub OnDeactivateView
'Usage
Dim instance As IQueryDesigner
instance.OnDeactivateView()
void OnDeactivateView()
void OnDeactivateView()
abstract OnDeactivateView : unit -> unit
function OnDeactivateView()