IntrastatReportAxdDocHelper::applyTransform Method [AX 2012]
Applies an XML transform.
Syntax
client server public static void applyTransform(
AifXml _documentXML,
AifSchemaStore _schemaStore,
CLRObject _outputStream)
Run On
Called
Parameters
- _documentXML
Type: AifXml Extended Data Type
The AifXml object to transform.
- _schemaStore
Type: AifSchemaStore Table
The AifSchemaStore table that contains the XSL for the transform.
- _outputStream
Type: CLRObject Class
The I/O stream for the output of the transform result.