Partager via


Propriété Report.DataTransform

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”).

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en 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 propriété

Type : System.String
A string value.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering