ChartDirector 7.1 (.NET Edition)

RazorChartViewer.GetSenderClientId


Usage

[C#]public static string GetSenderClientId({System.Web.HttpRequestBase | Object} request);
[VB]Public Shared Function GetSenderClientId(request As {System.Web.HttpRequestBase | Object}) As String

Description

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

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

Arguments

ArgumentDefaultDescription
request(Mandatory)The HttpRequest object representing the current HTTP request.

Return Value

The id of the JsChartViewer that sends the current request.