DataFormWebPart fields

The DataFormWebPart type exposes the following members.

Fields

  Name Description
Protected field _assemblyReferences Registers directive markups that help parse the output of XSLT transformation by a DataFormWebPart object.
Protected field _bypassXSLCache Indicates whether the XSL transformation should bypass the cached XSL.
Protected field _connectedFilterProviders Specifies a collection of filter providers that provide Web Part–to–Web Part connections to the current DataFormWebPart object.
Protected field _connectedParametersProviders Specifies a collection of Web Part collection providers that are set on the current DataFormWebPart object.
Protected field _deferParamBinding Indicates whether the parameter binding is deferred.
Protected field _deferredXSLTBecauseOfConnections Defers the XSLT transformation until all data is received.
Protected field _fieldNameXPaths Specifies a hash table that returns a collection of XPaths that are mapped to field display names that are exposed by the current view.
Protected field _fireInitialRow Indicates whether to fire the initial row.
Protected field _nameValuesFromClick Reserved for internal use only.
Protected field _onLoadFired Indicates whether the OnLoad call of the Web Part has been executed. For internal use only.
Protected field _pagePath Specifies the path of the target page. (Inherited from BaseXsltDataWebPart.)
Protected field _receivedFilterData Stores data received from the Web Part connection. The data is applied to the filter later in the life cycle of the page.
Protected field _receivedParametersData Stores data received from the Web Part collection. The data is applied to the parameters later in the life cycle of the page.
Protected field _rowData Stores the name/value pairs from the collection post-back.
Protected field _rowProviderConnectedCount Contains a count of the connected row providers to the current DataFormWebPart object.
Protected field _viewClicked Indicates whether the user has clicked on the record, initiating the connection.
Protected field _xsl Represents the XSL text to be rendered using XSLT transformation.
Protected field eventArgument Records the callback string arguments for later processing.
Public fieldStatic member EXCLUDESUFFIX Represents the suffix for the excluded filter field, which does not filter any data. The value is “.no”.
Protected field webId Represents the globally unique identifier (GUID) of a SPWeb to which the SPList that is associated with the DataFormWebPart belongs.

Top

See also

Reference

DataFormWebPart class

Microsoft.SharePoint.WebPartPages namespace