Proprietà Report.DataTransform

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property DataTransform As String 
    Get 
    Set
'Utilizzo
Dim instance As Report 
Dim value As String 

value = instance.DataTransform

instance.DataTransform = value
public string DataTransform { get; set; }
public:
property String^ DataTransform {
    String^ get ();
    void set (String^ value);
}
member DataTransform : string with get, set
function get DataTransform () : String 
function set DataTransform (value : String)

Valore proprietà

Tipo: System.String
The location to a transformation to apply to a report data rendering.

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel