ActiveReports.Chart Request technical support
Serialize Method
See Also 


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).
Creates XML encoding for the Backdrop object or reconstructs the object state from XML encoding.

Syntax

Visual Basic (Declaration) 
Public Sub Serialize( _
   ByVal info As SerializationInfo, _
   ByVal isLoading As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As Backdrop
Dim info As SerializationInfo
Dim isLoading As Boolean
 
instance.Serialize(info, isLoading)
C# 
public void Serialize( 
   SerializationInfo info,
   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).

See Also