Partager via


DataTransform propriété

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataTransform As String
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .String
A string value the location to a transformation to apply to a report data rendering.

Notes

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