Class ClientEvents
Represents a control that provides a way to initialize the event handlers of the report viewer.
Inheritance
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public class ClientEvents
Constructors
ClientEvents()
Declaration
public ClientEvents()
Properties
Error
Attach the event handler that will be called when an error occurs.
Declaration
public string Error { get; set; }
Property Value
System.String
|
ExportBegin
Attach the event handler that will be called prior to starting the report export command.
Declaration
public string ExportBegin { get; set; }
Property Value
System.String
|
ExportEnd
Attach the event handler that will be called when the exported document is ready for download, but prior to the actual downloading.
Declaration
public string ExportEnd { get; set; }
Property Value
System.String
|
InteractiveActionEnter
Attach the event handler that will be called when the mouse cursor enters the area of a report item's action.
Declaration
public string InteractiveActionEnter { get; set; }
Property Value
System.String
|
InteractiveActionExecuting
Attach the event handler that will be called when an action is being executed.
Declaration
public string InteractiveActionExecuting { get; set; }
Property Value
System.String
|
InteractiveActionLeave
Attach the event handler that will be called when the mouse cursor leaves the area of a report item's action.
Declaration
public string InteractiveActionLeave { get; set; }
Property Value
System.String
|
PageReady
Attach the event handler that will be called every time a page from the report is rendered and ready for display.
Declaration
public string PageReady { get; set; }
Property Value
System.String
|
PrintBegin
Attach the event handler that will be called prior to starting the print report command.
Declaration
public string PrintBegin { get; set; }
Property Value
System.String
|
PrintEnd
Attach the event handler that will be called when the print document (Adobe PDF) is ready for download, but prior to being send to the printer.
Declaration
public string PrintEnd { get; set; }
Property Value
System.String
|
Ready
Attach the event handler that will be called when the report viewer template is loaded.
Declaration
public string Ready { get; set; }
Property Value
System.String
|
RenderingBegin
Attach the event handler that will be called when the rendering of the report begins.
Declaration
public string RenderingBegin { get; set; }
Property Value
System.String
|
RenderingEnd
Attach the event handler that will be called when the rendering of the report ends.
Declaration
public string RenderingEnd { get; set; }
Property Value
System.String
|
UpdateUi
Attach the event handler that will be called every time the UI needs an update; can be used for changing the UI of the report viewer while interacting with the reports.
Declaration
public string UpdateUi { get; set; }
Property Value
System.String
|
ViewerToolTipOpening
Attach the event handler that will be called when a tooltip is being opened.
Declaration
public string ViewerToolTipOpening { get; set; }
Property Value
System.String
|