ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IComponentSerializationProvider Interface / GetSerializer Method

In This Topic
    GetSerializer Method
    In This Topic
    Gets a serializer using the specified attributes
    Syntax
    'Declaration
     
    Function GetSerializer( _
       ByVal objectType As Type _
    ) As Object
    object GetSerializer( 
       Type objectType
    )

    Parameters

    objectType
    See Also