Freigeben über


Report.DataTransform-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
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

Eigenschaftswert

Typ: System.String
A string value.

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace