ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Extensibility Namespace / IXmlItemSerializer Interface / IsLegacySerializer Property

In This Topic
    IsLegacySerializer Property
    In This Topic
    Gets value Indicating whether this serializer implementation is used for legacy report serialization.
    Syntax
    'Declaration
     
    ReadOnly Property IsLegacySerializer As Boolean
    bool IsLegacySerializer {get;}

    Property Value

    A System.Boolean value indicating whether this serializer implementation is used for legacy report serialization.
    See Also