Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AzureRouteReport Enum

Lists values that specify the data that should be reported for diagnostic purposes.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

public enum AzureRouteReport

#Members

Name Description
None

No diagnostic report will be requested.

EffectiveSettings

Reports the effective parameters or data used when calling the API.

#Related API Members

The following properties accept/return AzureRouteReport values:

#Remarks

The EffectiveSettings value reports the effective parameters or data used when calling the API.

See Also