ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IComponentSerializationService Interface / Serialize Method

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
    toStream
    See Also