New to Telerik ReportingStart a free 30-day trial

Settings applied to the TileProvider's WebClient which will download the tiles.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ClientRequestSettings

Inheritance: objectClientRequestSettings

Constructors

C#
public ClientRequestSettings()

Properties

Headers

NameValueCollection

The headers that will be applied to the WebClient.Headers.

C#
public NameValueCollection Headers { get; set; }

If set to true, it will apply the default user credentials to the WebClient

C#
public bool UseDefaultCredentials { get; set; }