IWebLocationProvider
Interface
Represents a common interface for all the web-based location service providers
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IWebLocationProvider : ILocationProvider
Derived Classes:
Properties
ClientToken
string
The client token that authenticates the request.
C#
string ClientToken { get; set; }
ServerUrl
string
The Url of the location server.
C#
string ServerUrl { get; set; }