Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008.Scripting Namespace / PropertyInaccessible Class / PropertyInaccessible Constructor
The name of the property that caused the error to occur.

In This Topic
    PropertyInaccessible Constructor
    In This Topic
    Initializes a new instance of PropertyInaccessible class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propName As String _
    )
    public PropertyInaccessible( 
       string propName
    )

    Parameters

    propName
    The name of the property that caused the error to occur.
    See Also