[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IComponentSerializationService

IComponentSerializationService Interface

Provides the serialization/deserialization methods of the report components.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IComponentSerializationService

Methods

Name Description
Deserialize(Stream)

Deserializes the specified single object.

Serialize(object, Stream)

Serializes the specified object and stores them in a serialization data object.

Extension Methods