MapTileServerConfiguration.Timeout Property
Gets or sets the timeout in seconds to wait for a response from Bing Maps SOAP Services.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public int Timeout { get; set; }
public:
property int Timeout {
int get();
void set(int value);
}
member Timeout : int with get, set
Public Property Timeout As Integer
Property Value
Type: System.Int32
Returns Int32.
See Also
MapTileServerConfiguration Class
Microsoft.Reporting.WinForms Namespace
Return to top