Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
Values
.
.
::
.
.
Add Method (Value)
Values Class
See Also
Adds the specified
Value
to the current collection.
Namespace:
C1.C1Rdl.Rdl2008
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
int
Add
(
Value
item
)
Visual Basic
Public
Function
Add
( _
item
As
Value
_ )
As
Integer
Parameters
item
Type:
C1.C1Rdl.Rdl2008
.
.
::
.
.
Value
The object to add.
Return Value
The index of the newly added object in the current collection.
See Also
Values Class
Add Overload
C1.C1Rdl.Rdl2008 Namespace