In This Topic
Gets or sets the location to a transformation to apply to a report data rendering. This can be a full folder path (for example, “/xsl/xfrm.xsl”) or relative path (for example “xfrm.xsl”). Relative paths start in the same folder as the report.
Syntax
'Declaration
Public Property DataTransform As String
public string DataTransform {get; set;}
See Also