Table of Contents

Enum AutoResolveNamespacesMode

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Specifies the mode for automatically resolving XML namespaces.

public enum AutoResolveNamespacesMode

Fields

None = 0

No automatic namespace resolution is performed.

SearchEverywhere = 2

Searches for namespaces throughout the entire document.

SearchInFirstElement = 1

Searches for namespaces in the first element only.