DataTransform Property (Report)
Gets or sets the file path and name of the transformation file applied to exported reports.
public string DataTransform {get; set;}
'Declaration
Public Property DataTransform As String
Property Value
A
System.String value indicating the file path and name of the transformation file.
Report report = new Report();
report.DataTransform = "/xsl/transform.xsl";