Partilhar via


Propriedade do RDL Report.DataTransform

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

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

Sintaxe

'Declaração
Public ReadOnly Property DataTransform As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

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

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering