Creates and adds UserDefinedProperty object to the current collection.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	RdlString name,
	RdlObject value
)
Visual Basic
Public Function Add ( _
	name As RdlString, _
	value As RdlObject _
) As Integer

Parameters

name
Type: C1.C1Rdl..::..RdlString
Value of Name property.
value
Type: C1.C1Rdl..::..RdlObject
Value of Value property.

Return Value

The index of the newly added object in the current collection.

See Also