Enum AutoResolveNamespacesMode
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the mode for automatically resolving XML namespaces.
public enum AutoResolveNamespacesMode
Fields
None = 0No automatic namespace resolution is performed.
SearchEverywhere = 2Searches for namespaces throughout the entire document.
SearchInFirstElement = 1Searches for namespaces in the first element only.