LabelElement.dataSrc Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the data source from which a LabelElement object gets or sets its data.

Syntax

expression.dataSrc

expression   Required. A variable that represents a LabelElement object.

Remarks

Use the dataSrc property to bind a table or form element to an external data source. The property takes a string that corresponds to the unique identifier of a data source object (DSO) on the page. The string must be prefixed by a hash (#) mark.

See Also