ChartDirector 5.1 (.NET Edition)

WebChartViewer.GetSenderClientId


Usage

[VB] Public Shared Function GetSenderClientId(currentPage As System.Web.UI.Page) As String
[C#] public static string GetSenderClientId(System.Web.UI.Page currentPage);

Description

Gets the id of the JsChartViewer that sends the current HTTP request.

This method is applicable only if either WebChartViewer.IsPartialUpdateRequest or WebChartViewer.IsStreamRequest is true.

Arguments

ArgumentDefaultDescription
currentPage(Mandatory)The current Web Form.

Return Value

None