SSRS Viewer for WinRT
FileSavedNotification Event

Occurs when the report is saved/exported to a file.
Syntax
'Declaration
 
Public Event FileSavedNotification As EventHandler(Of FileSavedNotificationEventArgs)
public event EventHandler<FileSavedNotificationEventArgs> FileSavedNotification
Event Data

The event handler receives an argument of type FileSavedNotificationEventArgs containing data related to this event. The following FileSavedNotificationEventArgs properties provide information specific to this event.

PropertyDescription
FilePathGets a string with full path to the saved file.  
NotificationHeaderGets a string used as the header or first line for the notification.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1SsrsViewer Class
C1SsrsViewer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback