MapTileServerConfiguration Class

 

Defines configuration settings for Microsoft Bing Maps SOAP Services that provides a tile background for map report items in the report.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.MapTileServerConfiguration

Syntax

public sealed class MapTileServerConfiguration
public ref class MapTileServerConfiguration sealed 
[<Sealed>]
type MapTileServerConfiguration = class end
Public NotInheritable Class MapTileServerConfiguration

Properties

Name Description
System_CAPS_pubproperty AppID

Gets or sets the application identifier (AppID) to use for Bing Maps SOAP Services.

System_CAPS_pubproperty MaxConnections

Gets or sets the maximum number of connections to Bing Maps SOAP Services.

System_CAPS_pubproperty Timeout

Gets or sets the timeout in seconds to wait for a response from Bing Maps SOAP Services.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top