[]
Implement this interface if you want to transform specified report item to new report item.
public interface IReportItemTransformer
| Name | Description |
|---|---|
| TransformReportItem(ReportItem) | Creates new ReportItem object from specified report item. |