Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserDefinedProperties Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets value of UserDefinedProperty with specified name if object is not found returns null.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal name As String _
    ) As RdlObject
    public RdlObject Item( 
       string name
    ) {get; set;}

    Parameters

    name
    See Also