Report.DataTransform Property

Definition

Gets the location to a transformation to apply to a report data rendering.

public:
 property System::String ^ DataTransform { System::String ^ get(); };
public string DataTransform { get; }
member this.DataTransform : string
Public ReadOnly Property DataTransform As String

Property Value

A String value the location to a transformation to apply to a report data rendering.

Remarks

This can be a full folder path (for example, “/xsl/xfrm.xsl”) or a relative path (for example, “xfrm.xsl”).

Applies to