Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Map Class / Load Method
The source XML data.

In This Topic
    Load Method (Map)
    In This Topic
    Overridden. Loads map specific collections.
    Syntax
    'Declaration
     
    Protected Overrides Sub Load( _
       ByVal properties As XmlNodeList _
    ) 
    protected override void Load( 
       XmlNodeList properties
    )

    Parameters

    properties
    The source XML data.
    See Also