Share via


Report.DataTransform Property

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DataTransform As String 
    Get
'Usage
Dim instance As Report 
Dim value As String 

value = instance.DataTransform
public string DataTransform { get; }
public:
property String^ DataTransform {
    String^ get ();
}
member DataTransform : string
function get DataTransform () : String

Property Value

Type: System.String
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”).

See Also

Reference

Report Class

Microsoft.ReportingServices.ReportRendering Namespace