If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line. If false then all paragraphs will be placed on a single line of output. The default is true.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UseSoftEoln As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportText
Dim value As Boolean
instance.UseSoftEoln = value
value = instance.UseSoftEoln |
C# | |
---|
public bool UseSoftEoln {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_UseSoftEoln();
public: __property void set_UseSoftEoln(
bool value
); |
C++/CLI | |
---|
public:
property bool UseSoftEoln {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also