Class WebLocationProvider
An abstract class for all the web-based location service providers
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class WebLocationProvider : LocationProvider, IWebLocationProvider, ILocationProvider
Constructors
WebLocationProvider()
Declaration
protected WebLocationProvider()
Properties
ClientToken
The client token that authenticates the request.
Declaration
public virtual string ClientToken { get; set; }
Property Value
System.String
|
Implements
ServerUrl
The Url of the location server
Declaration
public virtual string ServerUrl { get; set; }
Property Value
System.String
|