|
EK RTF report components for .Net
|
procedure SetTemplateBuffer(Buffer: Array of Byte; Size: longint);
public SetTemplateBuffer(Array of Byte Buffer, longint Size);
Public Sub SetTemplateBuffer(Buffer As Array of Byte, Size As longint)
Sets a dynamic array where program will search RTF template for report processing. This method may be used instead of input file (property InFile). For example, you may load report from a blob field.
|
Copyright (c) 2007. All rights reserved.
|