ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IComponentSerializationService Interface / Deserialize Method
A System.IO.Stream object containing the serialized data.

In This Topic
    Deserialize Method (IComponentSerializationService)
    In This Topic
    Deserializes the specified single object.
    Syntax
    'Declaration
     
    Function Deserialize( _
       ByVal fromStream As Stream _
    ) As Object
    object Deserialize( 
       Stream fromStream
    )

    Parameters

    fromStream
    A System.IO.Stream object containing the serialized data.

    Return Value

    The deserialized System.Object.
    See Also