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