ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserDefinedProperty Class / UserDefinedProperty Constructor
Value of Name property.
Value of Value property.

In This Topic
    UserDefinedProperty Constructor
    In This Topic
    Initializes a new instance of the UserDefinedProperty class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As RdlString, _
       ByVal value As RdlObject _
    )
    public UserDefinedProperty( 
       RdlString name,
       RdlObject value
    )

    Parameters

    name
    Value of Name property.
    value
    Value of Value property.
    See Also