ActiveReports 9
Serialize Method

Specifies the data needed to serialize or deserialize the Backdrop object.
Specifies whether to reconstruct the object (True) or create XML encoding (False).
Creates XML encoding for the Backdrop object or reconstructs the object state from XML encoding.
Syntax
'Declaration
 
Public Sub Serialize( _
   ByVal info As System.Runtime.Serialization.SerializationInfo, _
   ByVal isLoading As System.Boolean _
) 
public void Serialize( 
   System.Runtime.Serialization.SerializationInfo info,
   System.bool isLoading
)

Parameters

info
Specifies the data needed to serialize or deserialize the Backdrop object.
isLoading
Specifies whether to reconstruct the object (True) or create XML encoding (False).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Backdrop Class
Backdrop Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum