Proprietà DataTransform
Gets the location to a transformation to apply to a report data rendering.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DataTransform As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A string value the location to a transformation to apply to a report data rendering.
Osservazioni
This can be a full folder path (for example, “/xsl/xfrm.xsl”) or a relative path (for example, “xfrm.xsl”).
Vedere anche