[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportUpgrade.IReportItemTransformer

IReportItemTransformer Interface

Implement this interface if you want to transform specified report item to new report item.

Namespace: GrapeCity.ActiveReports.Rdl.Tools.ReportUpgrade
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IReportItemTransformer

Methods

Name Description
TransformReportItem(ReportItem)

Creates new ReportItem object from specified report item.

Extension Methods