Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserDefinedProperties Class / Add Method / Add(UserDefinedProperty) Method
The object to add.

In This Topic
    Add(UserDefinedProperty) Method
    In This Topic
    Adds the specified UserDefinedProperty to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As UserDefinedProperty _
    ) As Integer
    public int Add( 
       UserDefinedProperty value
    )

    Parameters

    value
    The object to add.

    Return Value

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