Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserDefinedProperties Class / Add Method / Add(RdlString,RdlObject) Method
Value of UserDefinedProperty.Name property.
Value of UserDefinedProperty.Value property.

In This Topic
    Add(RdlString,RdlObject) Method
    In This Topic
    Creates and adds UserDefinedProperty object to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal name As RdlString, _
       ByVal value As RdlObject _
    ) As Integer
    public int Add( 
       RdlString name,
       RdlObject value
    )

    Parameters

    name
    Value of UserDefinedProperty.Name property.
    value
    Value of UserDefinedProperty.Value property.

    Return Value

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