ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IComponentSerializationService Interface / Serialize Method
An System.Object to serialize.
A System.IO.Stream object where the serialized data will be stored.

In This Topic
    Serialize Method (IComponentSerializationService)
    In This Topic
    Serializes the specified object and stores them in a serialization data object.
    Syntax
    'Declaration
     
    Sub Serialize( _
       ByVal sourceObject As Object, _
       ByVal toStream As Stream _
    ) 
    void Serialize( 
       object sourceObject,
       Stream toStream
    )

    Parameters

    sourceObject
    An System.Object to serialize.
    toStream
    A System.IO.Stream object where the serialized data will be stored.
    See Also