Dear Stian,
Yes. It's possible.
We can create a Notification object which uses the Pocket PC Notification
API.
Ex.
Dim n As New Notification
n.Add("A sample notification")
You have to call the Microsoft.ReportingServices.Interfaces reference
which is in the Microsoft.ReportingServices.Interfaces.dll
(NotificationOny.dll).
Thanks.