Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
OutlineNode Constructor (String)
OutlineNode Class
See Also
Initializes a new instance of the
OutlineNode
class.
Namespace:
C1.C1Preview
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
OutlineNode
(
string
caption
)
Visual Basic
Public
Sub
New
( _
caption
As
String
_ )
Parameters
caption
Type:
System
.
.
::
.
.
String
The node caption.
See Also
OutlineNode Class
OutlineNode Overload
C1.C1Preview Namespace