EK RTF report components for .Net
PreviousUpNext
EkBaseReport.SetTemplateBuffer Method
Pascal
procedure SetTemplateBuffer(Buffer: Array of Byte; Size: longint);
C#
public SetTemplateBuffer(Array of Byte Buffer, longint Size);
Visual Basic
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.