Declaration
TStreamMode = (smMemory, smTempFile, smFile, smUser);
Category
Control
Description
smMemory
|
This setting will use a memory stream for input and output
|
smFile
|
This setting will use a file for input and output
|
smTempFile
|
will send the output to a temporary file in the \Windows\Temp directory. This filename used by smTempFile is created by the TRvSystem component and will be deleted when it is finished. If this stream mode is used with a custom preview system utilizing TRvNDRWriter, TRvRenderPrinter and TRvRenderPreview components, the generated FileName property from the TRvNDRWriter component must be transferred to the TRvRenderPrinter and TRvRenderPreview componentsoutput
|
smUser
|
This setting will use stream defined by user for input and output
|
See also
TBaseReport Class, Stream, StreamMode
Example
See StreamMode
|