Skip to content

Codeunit wDCR_ReportDatasetTransformMgt

Allows for converting a culture-dependent XML dataset to a culture-invariant XML dataset.

Properties

Name Value
Access Public

Methods

wgFncConvertXmlDatasetToCultureInvariantDataset(Text, Codeunit::System#Utilities#Temp Blob@):Boolean

Converts the XML BC report dataset from a region-dependent format in the user's current region setting to a dataset where decimals, dates, times and datetimes are in a region-independent (invariant) format.

Parameters

Type Name Description
Text pWordXmlPart The XML Part defining the column datatypes.
Codeunit "Temp Blob" vCduTempBlobXmlDataset The dataset as a TempBlob.

Returns

Type Description
Boolean true iff the conversion was successful.