DataFormWebPart._deferredXSLTBecauseOfConnections field

Defers the XSLT transformation until all data is received.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected _deferredXSLTBecauseOfConnections As Boolean
'Usage
Dim value As Boolean

value = Me._deferredXSLTBecauseOfConnections

Me._deferredXSLTBecauseOfConnections = value
protected bool _deferredXSLTBecauseOfConnections

Remarks

A Boolean flag indicating that this is a connected DataFormWebPart object that hasn't received all data from the consumer IWebPartParameters interfaces. The Web Part cannot perform XSLT transformation yet because connections may change the XSL or the data query.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace