See Also

Backdrop Class  | Backdrop Members

Language

Visual Basic

C#

Show All

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 Languages ActiveReports.Chart Send feedback to Data Dynamics

Serialize Method

Creates XML encoding for the Backdrop object or reconstructs the object state from XML encoding.

[Visual Basic]
Public Sub Serialize( _    ByVal info As SerializationInfo, _    ByVal isLoading As Boolean _ )
[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

Backdrop Class  | Backdrop Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.