Interface IWebLocationProvider
Represents a common interface for all the web-based location service providers
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IWebLocationProvider : ILocationProvider
Properties
ClientToken
The client token that authenticates the request.
Declaration
string ClientToken { get; set; }
Property Value
System.String
|
ServerUrl
The Url of the location server.
Declaration
string ServerUrl { get; set; }
Property Value
System.String
|