FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields Namespace / Map Class / OnSerializeAdded Method

In This Topic
    OnSerializeAdded Method (Map)
    In This Topic
    Overriden. Post action after the Map is added to the parent report's fields collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnSerializeAdded() 
    protected override void OnSerializeAdded()
    Remarks
    The ParentReport is not null on calling this method.
    See Also