Report.DataTransform Property

Definition

Gets the location to a transformation to apply to a report data rendering. This can be a full folder path (e.g. “/xsl/xfrm.xsl”) or relative path (e.g. “xfrm.xsl”).

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.

Applies to