XmlDataSourceDesigner.Transform Property

Definition

Gets or sets a block of Extensible Stylesheet Language (XSL) that defines an XSLT transformation to perform on the XML data that is contained by the Data property or by the XML file that is indicated by the DataFile property.

public:
 property System::String ^ Transform { System::String ^ get(); void set(System::String ^ value); };
public string Transform { get; set; }
member this.Transform : string with get, set
Public Property Transform As String

Property Value

An XSL data string.

Remarks

The Transform property shadows the same property in the associated control, and is intended for internal use only.

Applies to

See also