WebLocationProvider
Class
An abstract class for all the web-based location service providers
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class WebLocationProvider : LocationProvider, IWebLocationProvider, ILocationProvider
Inheritance: objectLocationProviderWebLocationProvider
Derived Classes:
Implements:
Constructors
C#
protected WebLocationProvider()
Properties
ClientToken
string
The client token that authenticates the request.
C#
public virtual string ClientToken { get; set; }
Implements:
ServerUrl
string
The Url of the location server
C#
public virtual string ServerUrl { get; set; }
Implements: