ExportProviderInfoGetCustomConfigurationUI Method

Gets the custom configuration UI based on the requested content type.

Namespace: Dundas.BI.Export
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string? GetCustomConfigurationUI(
	ContentType contentType
)

Parameters

contentType  ContentType
The content type that the UI is requested for.

Return Value

String
The string holding the custom UI, or if none is supported for the content type.
Exceptions
ExceptionCondition
FormatExceptionThrown when the content type is not valid.
ArgumentExceptionProvider's UI stream or ILocalizationService.GetString argument is or empty.
ArgumentNullExceptionProvider's UI stream is or empty.
RegexMatchTimeoutExceptionLocalization of the provider's UI takes too long.
See Also