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.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public string DataTransform { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Property DataTransform As String Get Set |