XmlDataSourceDesigner.TransformFile Property

Definition

Gets or sets the file name of an Extensible Stylesheet Language (XSL) file (.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 ^ TransformFile { System::String ^ get(); void set(System::String ^ value); };
public string TransformFile { get; set; }
member this.TransformFile : string with get, set
Public Property TransformFile As String

Property Value

The XSLT file name.

Remarks

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

Applies to

See also