[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.DataTransform

DataTransform Property

DataTransform

Gets or sets the file path and name of the transformation file applied to exported reports.

Declaration
public string DataTransform { get; set; }
Property Value
Type Description
string

A string value indicating the file path and name of the transformation file.

Remarks

The file path can be a full path (e.g. "/xsl/xfrm.xsl"), or a relative path (e.g. "xfrm.xsl").

Examples
Report report = new Report();
report.DataTransform = "/xsl/transform.xsl";