Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Occurs when the ReportObject object is disposed.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Private Event Disposed As EventHandler Implements IComponent.Disposed
'Uso
Dim instance As ReportObject
Dim handler As EventHandler
AddHandler CType(instance, IComponent).Disposed, handler
event EventHandler IComponent.Disposed
private:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
private abstract Disposed : IEvent<EventHandler,
EventArgs>
private override Disposed : IEvent<EventHandler,
EventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel