DataFormWebPart._deferredXSLTBecauseOfConnections Field
Defers the XSLT transformation until all data is received.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.