EK RTF report components for .Net
PreviousUpNext
EkBaseReport.OutFile Property
Pascal
[Editor(typeof(FileNameEditor), typeof(UITypeEditor))]
property OutFile: WideString;
C#
[Editor(typeof(FileNameEditor), typeof(UITypeEditor))]
 WideString OutFile;
Visual Basic
<Editor(typeof(FileNameEditor), typeof(UITypeEditor))>
 Property OutFile() As WideString

The name of output file that contains result document generated with Execute, ExecuteOpen methods.

Copyright (c) 2007. All rights reserved.