ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IComponentSerializationService Interface / Deserialize Method

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

    Parameters

    fromStream
    See Also