DataFormWebPart members

An XSLT-rendering Web Part that receives its data (XML/XPathNavigable objects) from a DataSourceControl control.

The DataFormWebPart type exposes the following members.

Constructors

  Name Description
Public method DataFormWebPart Initializes a new instance of the DataFormWebPart class.

Top

Properties

  Name Description
Public property AccessKey (Inherited from WebControl.)
Protected property Adapter (Inherited from Control.)
Public property AllowClose (Inherited from WebPart.)
Public property AllowConnect Gets or sets a value that indicates whether the WebPart control allows other controls to form connections with it. (Inherited from WebPart.)
Public property AllowEdit Gets or sets a value indicating whether an end user can modify a WebPart control in personal view. (Inherited from WebPart.)
Public property AllowHide Gets or sets a value indicating whether end users are allowed to hide a WebPart control. (Inherited from WebPart.)
Public property AllowMinimize Gets or sets whether the Web Part can be minimized. (Inherited from WebPart.)
Public property AllowRemove Obsolete. Gets or sets whether the Web Part can be removed from a Web Part Page by controlling whether the IsIncluded property can be set to false. (Inherited from WebPart.)
Public property AllowXSLTEditing Specifies whether to allow XSLT editing by Microsoft Office SharePoint Designer 2007 or any other editor that is compatible with Windows SharePoint Services.
Public property AllowZoneChange Gets or sets whether the Web Part can be moved to a different zone by controlling whether the ZoneID property can be changed. (Inherited from WebPart.)
Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property AsyncRefresh Gets or sets a value that indicates whether the asynchronous refresh is enabled.
Public property Attributes (Inherited from WebControl.)
Public property AuthorizationFilter Gets or sets an arbitrary string to determine whether a Web Part is authorized to be added to a page. (Inherited from WebPart.)
Public property AutoRefresh Gets or sets a value that indicates whether the automatic refresh is enabled.
Public property AutoRefreshInterval Gets or sets the rate, in seconds, at which a dataview automatically refreshes.
Public property BackColor (Inherited from WebControl.)
Public property BackImageUrl (Inherited from Panel.)
Public property BindingContainer (Inherited from Control.)
Public property BorderColor (Inherited from WebControl.)
Public property BorderStyle (Inherited from WebControl.)
Public property BorderWidth (Inherited from WebControl.)
Public property BrowserDesignMode Obsolete. Gets whether a Web Part is in design mode (modifying its layout or properties) in the Web browser. (Inherited from WebPart.)
Protected property CacheType Determines the type of caching being used by the Web server. (Inherited from WebPart.)
Public property CacheXslStorage Indicates whether to cache the compiled XSLT transformation for the current Web Part.
Public property CacheXslTimeOut Indicates the duration of the lifetime, in seconds, for the XSLT cache.
Public property CanHaveServerControls Gets or sets a Boolean value that indicates whether the current Web Part can render server controls.
Public property Caption Obsolete. Gets or sets a string that is added following the title in the title bar of the Web Part. This property is intended for document names or other context-specific information. (Inherited from WebPart.)
Public property CatalogIconImageUrl Gets or sets the URL to an image used to represent the Web Part in a catalog. (Inherited from WebPart.)
Protected property ChildControlsCreated (Inherited from Control.)
Public property ChromeState (Inherited from WebPart.)
Public property ChromeType (Inherited from WebPart.)
Protected property ClassResourcePath Gets the base path to Web Part class resources. (Inherited from WebPart.)
Public property ClientID (Inherited from Control.)
Public property ClientIDMode (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Public property ClientName Gets the unique name of the Web Part used by the client-side Web Part Page Service Component (WPSC). (Inherited from WebPart.)
Public property ConnectErrorMessage (Inherited from WebPart.)
Public property ConnectionFilters Gets the filter information that was received from the provider controls.
Public property ConnectionID Gets or sets the GUID that is used internally by the Web Part infrastructure as the unique identifier of a Web Part connection. (Inherited from WebPart.)
Public property Connections Gets or sets the connection information that is stored with a connected Web Part. (Inherited from WebPart.)
Protected property ContainerWidth Obsolete. Gets the value set by the page author as a hint to the Web Part of how wide to expect the containing Web Part zone to be. (Inherited from WebPart.)
Protected property Context (Inherited from Control.)
Protected property ContextView Gets the SPView in the current context. (Inherited from BaseXsltDataWebPart.)
Public property Controls (Inherited from Part.)
Public property ControlStyle (Inherited from WebControl.)
Public property ControlStyleCreated (Inherited from WebControl.)
Public property CssClass (Inherited from WebControl.)
Public property CssStyleSheet The CSS file that needs to be registered on a page for this webpart. If this is set, CssRegistration.Register(filename) is called in this property during the OnPreRender() event. To register more Css style sheets, use CssRegistration.Register() (Inherited from WebPart.)
Public property DataFields Gets or sets a list of data fields that can be used for connections.
Public property DataItemContainer (Inherited from Control.)
Public property DataKeysContainer (Inherited from Control.)
Public property DataSource Returns the current data source control that is used by the Web Part to render data.
Public property DataSourceID Gets or sets the data source ID.
Public property DataSources Gets the collection of data source controls.
Public property DataSourcesString Gets the markup string that is stored in the Web Part table for the inside zone of the DataFormWebPart object.
Public property Default Indicates whether the view is the default for the list.
Public property DefaultButton (Inherited from Panel.)
Public property Description Gets or sets a text description that appears when the user rests the mouse pointer on the title of a Web Part in a Web Part Page or gallery. (Inherited from WebPart.)
Protected property DesignMode (Inherited from Control.)
Public property DetailLink Obsolete. Gets or sets a URL to an HTML document that contains supplemental information. (Inherited from WebPart.)
Public property Dir Obsolete. Gets or sets the direction of the reading order for a Web Part's text and frame. Setting this value overrides the value specified for the System.Web.UI.Page.Culture property. (Inherited from WebPart.)
Public property Direction (Inherited from WebPart.)
Public property DisplayName Keeps the display name of the original list view when converting a ListViewWebPart object to a.DataFormWebPart object.
Public property DisplayTitle (Inherited from WebPart.)
Public property EffectiveFrameType Obsolete. Gets the frame type that is used to render the Web Part frame at run time. (Inherited from WebPart.)
Public property EffectiveStorage Gets whether the instance of the Web Part returned is stored as personal instance or shared instance. (Inherited from WebPart.)
Public property EffectiveTitle Gets the title of specified the Web Part instance, including any disambiguation information added by the Web Part infrastructure. (Inherited from WebPart.)
Public property Enabled (Inherited from WebControl.)
Public property EnableOriginalValue Gets or sets whether the list view data source returns the original value for date time and number/currency fields.
Public property EnableTheming (Inherited from WebControl.)
Public property EnableViewState (Inherited from Control.)
Protected property ErrorMessageClass Gets the ErrorMessageClass property.
Protected property Events (Inherited from Control.)
Public property ExportControlledProperties Obsolete. Gets or sets a value indicating whether a Web Part’s properties that are flagged as controlled properties by the Web Part developer can have their values exported in personal view. (Inherited from WebPart.)
Public property ExportMode (Inherited from WebPart.)
Public property FilterField Gets the filter field name.
Public property FilterOperations Gets a dictionary to be used for lookup operations between field name and field operation. This information is used to filter the data.
Protected property FilterPropertyDescriptorCollection Gets the FilterPropertyDescriptorCollection property.
Public property FilterValue Specifies the filter field value that is applied to the current Web Part.
Public property FilterValues Gets the hash table that stores all the existing filter name/value pairs.
Public property FireInitialRow Specifies whether to activate the initial row for Web Part connections.
Public property Font (Inherited from WebControl.)
Public property ForeColor (Inherited from WebControl.)
Public property FrameState Obsolete. Gets or sets the initial state of the Web Part frame, which can be normal (expanded) or minimized. (Inherited from WebPart.)
Public property FrameType Obsolete. Gets or sets the style of the Web Part frame. (Inherited from WebPart.)
Public property GroupingText (Inherited from Panel.)
Public property HasAttributes (Inherited from WebControl.)
Protected property HasChildViewState (Inherited from Control.)
Public property HasSharedData (Inherited from WebPart.)
Public property HasUserData (Inherited from WebPart.)
Public property Height Gets or sets the fixed height for a Web Part on a Web Part Page. (Inherited from WebPart.)
Public property HelpLink Obsolete. Gets or sets a URL or file system path to a help file in HTML format. (Inherited from WebPart.)
Public property HelpMode Gets or sets the type of user interface used to display Help content for a Web Part. (Inherited from WebPart.)
Public property HelpUrl Gets or sets a Help link. (Inherited from WebPart.)
Public property Hidden Gets or sets a value indicating whether the Web Part is displayed on a Web page. (Inherited from WebPart.)
Public property HorizontalAlign (Inherited from Panel.)
Public property ID Gets or sets an identifier for the Web Part. (Inherited from WebPart.)
Protected property IdSeparator (Inherited from Control.)
Public property ImportErrorMessage Error Message to use if an error occurs when a Webpart is imported. (Inherited from WebPart.)
Public property InitialAsyncDataFetch Gets or sets a value that indicates whether to initially fetch data for the DataFormWebPart using an asynchronous callback when the DataFormWebPart is loaded.
Protected property IntermediateFormActions Gets an array of objects that store information about intermediate form actions on the DataFormWebPart.
Protected property IsChildControlStateCleared (Inherited from Control.)
Public property IsClosed (Inherited from WebPart.)
Protected property IsEnabled (Inherited from WebControl.)
Public property IsGhosted Gets a value that indicates whether the Extensible Stylesheet Language (XSL) of the Web Part is from the web front end (WFE) and not inline. (Inherited from BaseXsltDataWebPart.)
Public property IsIncluded Obsolete. Gets or sets a value indicating whether a Web Part that is added by another user or the administrator in the shared view of a Web Part page should be included in a personal view of the page. (Inherited from WebPart.)
Public property IsIncludedFilter Obsolete. Gets or sets the parameters used by the IRuntimeFilter interface to determine if the Web Part will be included on the Web Part Page. (Inherited from WebPart.)
Public property IsPrivilegedUser Gets the value of the IsPrivilegedUser property. (Overrides BaseXsltDataWebPart.IsPrivilegedUser.)
Public property IsShared (Inherited from WebPart.)
Public property IsStandalone (Inherited from WebPart.)
Public property IsStatic (Inherited from WebPart.)
Protected property IsTrackingViewState (Inherited from Control.)
Protected property IsViewStateEnabled (Inherited from Control.)
Public property IsVisible Obsolete. Gets or sets whether the Web Part is visible. (Inherited from WebPart.)
Public property ItemContext Gets or sets the SPContext of item used for form rendering.
Public property ListDisplayName Gets or sets the display name of the list.
Public property ListId Gets or sets the globally unique identifier (GUID) of the SPList associated with the DataFormWebPart.
Public property ListName Specifies the GUID of the list.
Public property ListUrl Gets or sets the URL for the list.
Protected property LoadViewStateByID (Inherited from Control.)
Public property ManualRefresh Gets or sets a value that indicates whether the manual refresh is enabled.
Public property MissingAssembly Obsolete. Gets or sets the message shown to the user when importing a Web Part if the assembly for the Web Part is not installed on the target server. (Inherited from WebPart.)
Public property NamingContainer (Inherited from Control.)
Public property NoDefaultStyle Gets or sets the NoDefaultStyle string.
Public property NoFilterField Gets or sets the name of the field on which the DataFormWebPart does not apply a filter.
Protected property OverflowAuto Gets a value indicating whether you can override the default setting for the cascading style sheet (CSS) overflow attribute when rendering the Web Part. (Inherited from WebPart.)
Public property Page (Inherited from Control.)
Public property PageSize Specifies the page size.
Public property PageType Gets or sets the page type of the DataFormWebPart.
Public property ParameterBindings Gets or sets the parameter binding information used by the DataFormWebPart object.
Protected property ParametersPropertyDescriptorCollection Gets the ParametersPropertyDescriptorCollection property.
Public property ParameterValues Gets the name/value pair for the current DataFormWebPart object for rendering purposes.
Public property Parent (Inherited from Control.)
Public property PartImageLarge Obsolete. Gets or sets the URL of an image file containing a 16 x 16 pixel image, typically used to depict icons. (Inherited from WebPart.)
Public property PartImageSmall Obsolete. Gets or sets the URL of an image file that appears in the title of a Web Part. (Inherited from WebPart.)
Public property PartOrder Obsolete. Gets or sets the order in which the Web Part appears within a Web Part zone. (Inherited from WebPart.)
Public property Permissions Obsolete. Gets the properties of a Web Part that can be modified currently. (Inherited from WebPart.)
Public property Qualifier Gets a unique identifier for a Web Part. (Inherited from WebPart.)
Public property RenderingCompatibility (Inherited from Control.)
Public property SampleData Stores sample XML data used to render the control when live data cannot or should not be used.
Protected property SaveProperties Gets or sets a value that indicates whether the properties of a Web Part have changed and should be persisted at the end of page rendering. (Inherited from WebPart.)
Protected property Schema Gets the name/value pairs that are available to be used by clients of the IWebPartRow interface.
Public property ScrollBars (Inherited from Panel.)
Protected property SerializeAll Gets whether a retrieved property value should be serialized for use in the client-side WPSC property collection. (Inherited from WebPart.)
Public property SerializedAttachedPropertiesShared Supports the SharePoint Foundation Web Part connection infrastructure. Not intended to be used directly from your code. (Inherited from WebPart.)
Public property SerializedAttachedPropertiesUser Supports the SharePoint Foundation Web Part connection infrastructure. Not intended to be used directly from your code. (Inherited from WebPart.)
Protected property ServerRelativeClassResourcePath Gets the server-relative path to Web Part class resources. (Inherited from WebPart.)
Public property SharedXsl Gets the shared XSL tags that are used as the basis when compiling customized XSL.
Public property SharedXslHashKey Gets the key of the dictionary item that stores basic XSLT information used as the basis when compiling customized XSL.
Protected property ShouldCacheDataSource Indicates whether the compiled XSLT transformation for the current Web Part is cached.
Protected property ShouldCacheTransform Gets a value indicating whether to cache the XSLT transforms.
Protected property ShouldToolPartShowDataSourceID Indicates whether a DataFormWebPart object should show the DataSourceID editor portion of the tool part.
Protected property ShouldToolPartShowParameterBindings Indicates whether a DataFormWebPart object should show the ParameterBindings editor portion of the tool part.
Protected property ShouldToolPartShowXslEditor Indicates whether a DataFormWebPart object should show the XSL editor portion of the tool part.
Protected property ShouldValidate Gets a value indicating whether the Web Part infrastructure should perform data validation of Web Part properties before setting them. (Inherited from WebPart.)
Public property ShowToolbarWithRibbon Gets or sets a value that indicates whether the toolbar needs to be shown in addition to the ribbon.
Public property ShowWithSampleData Gets or sets the ShowWithSampleData property. Specifies whether the real data or sample data is displayed for the Web Part in edit mode.
Public property Site (Inherited from Control.)
Public property SkinID (Inherited from WebControl.)
Public property StorageKey Gets the unique identifier that is set by the Web Part infrastructure when a Web Part is added to a Web Part Zone. (Inherited from WebPart.)
Public property Style (Inherited from WebControl.)
Public property Subtitle Returns the value of the Caption property. (Inherited from WebPart.)
Public property SupportsDisabledAttribute (Inherited from Panel.)
Public property SuppressWebPartChrome Gets or sets whether chrome is displayed for a static Web Part. (Inherited from WebPart.)
Public property TabIndex (Inherited from WebControl.)
Protected property TagKey (Inherited from WebControl.)
Protected property TagName (Inherited from WebControl.)
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property Title Gets or sets the title that appears in the title bar of a Web Part. (Inherited from WebPart.)
Public property TitleIconImageUrl Gets or sets the URL to an image used to represent the Web Part in its own title bar. (Inherited from WebPart.)
Public property TitleUrl Get or sets a title link. (Inherited from WebPart.)
Public property Toolbar Gets or sets the toolbar for the DataFormWebPart.
Public property ToolTip (Inherited from WebControl.)
Public property UniqueID (Inherited from Control.)
Public property UnknownXmlElements Gets an UnknownXmlElementCollection object that contains XML elements from an imported SharePoint Web Part that were not mapped to a property on the Web Part. (Inherited from WebPart.)
Public property UseDefaultStyles Gets or sets whether the default font size and style are applied to the Web Part. (Inherited from WebPart.)
Public property UseSQLDataSourcePaging Turn on or off the SQL data source level paging.
Public property Verbs (Inherited from WebPart.)
Public property ViewContentTypeId Indicates the view content type ID for the specific view.
Public property ViewFlag Gets or sets the view flag of the original list view object.
Public property ViewFlags Gets or sets the type of content to be displayed by the DataFormWebPart.
Public property ViewId Gets or sets the view identifier (ID) for the DataFormWebPart.
Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)
Public property ViewStateMode (Inherited from Control.)
Public property Visible (Inherited from Control.)
Public property WebBrowsableObject (Inherited from WebPart.)
Public property WebPartException Gets information about an exception associated with the current Data Form Web Part.
Protected property WebPartManager (Inherited from WebPart.)
Protected property WebPartMenu Gets or sets the Web Part menu source that is rendered in the frame of the Web Part. (Inherited from WebPart.)
Public property Width Gets or sets the fixed width for a Web Part. (Inherited from WebPart.)
Protected property WorkItemTimeout Obsolete. NOTE: This property is now obsolete. (Inherited from WebPart.)
Public property Wrap (Inherited from Panel.)
Public property XmlDefinition Gets or sets the view CAML associated with this Data Form Web Part.
Public property XmlDefinitionLink Gets or sets a URL of an external file that contains view CAML associated with the DataFormWebPart.
Public property Xsl Gets or sets the XSL text to be rendered by using XSL transformation.
Public property XslLink Gets or sets the XslLink property.
Public property Zone (Inherited from WebPart.)
Public property ZoneID Gets or sets the Web Part zone in which to render the Web Part. (Inherited from WebPart.)
Public property ZoneIndex (Inherited from WebPart.)

Top

Methods

  Name Description
Protected method AddAttributesToRender (Inherited from Panel.)
Public method AddDataBinding Adds the data binding information for a specified property in the DataFormWebPart. (Overrides BaseXsltDataWebPart.AddDataBinding(String, String, String, String, String, String, String).)
Protected method AddDataSourceControls Adds the data source controls in the DataSources collection as child controls of the DataFormWebPart.
Protected method AddedControl (Inherited from Control.)
Protected method AddParsedSubObject Used to process Web Part XML for static Web Parts. (Inherited from WebPart.)
Public method AfterDeserialize Called after a SharePoint Web Part's properties are deserialized from the SharePoint database or from a Web Part description file (.dwp). Suggested place for SharePoint Web Part upgrade code. (Inherited from WebPart.)
Protected method ApplyReceivedConsumerData Applies changes to the DataFormWebPart according to the data received from consumer connection interfaces.
Protected method ApplyReceivedFilterData Applies changes to the DataFormWebPart according to the received filter data.
Protected method ApplyReceivedParametersData Applies changes to the DataFormWebPart according to the received parameters data.
Public method ApplyStyle (Inherited from WebControl.)
Public method ApplyStyleSheetSkin (Inherited from Control.)
Protected method AreAllConsumerInterfacesFulfilled Indicates whether all the consumer interfaces of the DataFormWebPart have received data.
Protected method BuildProfileTree (Inherited from Control.)
Public method CanRunAt Obsolete. Returns a value that indicates where the implementation of a connection interface can run. (Inherited from WebPart.)
Public method CleanUpDataSource Virtual method to allow for cleanup in the data sources of inheriting classes.
Protected method ClearCachedClientID (Inherited from Control.)
Protected method ClearChildControlState (Inherited from Control.)
Protected method ClearChildState (Inherited from Control.)
Protected method ClearChildViewState (Inherited from Control.)
Protected method ClearEffectiveClientIDMode (Inherited from Control.)
Protected method ConnectToDataSourceControl Denotes whether the control that is the data source for this data form Web Part is connected.
Public methodStatic member ConstructXPathNavigator Constructs an XPathNavigator over the IEnumerable collection passed in.
Public method CopyBaseAttributes (Inherited from WebControl.)
Protected method CreateChildControls Overrides the base class implementation to ensure that the transform was run and that the child controls were created. (Overrides Control.CreateChildControls().)
Protected method CreateControlCollection (Inherited from Control.)
Protected method CreateControlStyle (Inherited from Panel.)
Public method CreateEditorParts (Inherited from WebPart.)
Public method CreateWebPartMenu Called after the Microsoft ASP.NET Load event and used to modify or override the default menu. (Inherited from WebPart.)
Public method DataBind() Binds a data source to the invoked server control and all its child controls. (Overrides Part.DataBind().)
Protected method DataBind(Boolean) (Inherited from Control.)
Protected method DataBindChildren (Inherited from Control.)
Protected method DfwpCacheRead Reads an item from the cache, based on a key.
Protected method DfwpCacheWrite Writes an item to the cache, based on a key.
Protected method DisableCrossPageConnectionAboutToBeFired Disables the cross-page connections to be fired on which the DataFormWebPart acts as a provider.
Public method Dispose Releases all resources used by the Web Part. (Inherited from WebPart.)
Protected method DoesPostbackEqualEvent Checks whether the specified postback value contains the specified event name.
Protected method EnsureChildControls (Inherited from Control.)
Protected method EnsureID (Inherited from Control.)
Public method EnsureInterfaces Obsolete. Provides notification for a connectable Web Part that it should ensure all its interfaces are registered using the RegisterInterface method. (Inherited from WebPart.)
Protected method EnsureList Ensures that the SPList object associated with the DataFormWebPart exists.
Public method Equals (Inherited from Object.)
Public method FetchCustomizedXsl Fetches the customized XSL and related files information for the DataFormWebPart.
Protected method Finalize (Inherited from Object.)
Public method FindControl(String) (Inherited from Control.)
Protected method FindControl(String, Int32) (Inherited from Control.)
Public methodStatic member FindControlInNamingContainerStack Finds the specified control in a stack of NamingContainer objects.
Public method Focus (Inherited from Control.)
Public method ForceDataBind() Forces the current control to perform the data binding, even if the control previously performed the data binding.
Public method ForceDataBind(Boolean) Forces the current control to perform the data binding, with the possibility of deferring the XSLT transform, even if the control previously performed the data binding.
Protected method ForceTransformRerun Forces this control to do the data binding, even if the control has previously created child controls.
Public method GetCallbackResult Formats and returns the results of a callback event that targets a control.
Protected method GetCustomBuilder Provides the ability to associate a dynamic builder with a custom property of a Web Part. (Inherited from WebPart.)
Public method GetData Obsolete. Called when the System.Web.UI.Control.PreRender event occurs to allow a Web Part to retrieve data. (Inherited from WebPart.)
Public method GetDataSource Gets the data source that the DataFormWebPart is displaying data for.
Protected method GetDesignModeState (Inherited from Control.)
Public method GetDesignTimeFooter Returns the static HTML for the footer portion of a Web Part frame to a custom designer created by deriving from System.Web.UI.ControlDesigner. (Inherited from WebPart.)
Public method GetDesignTimeHeader Returns static HTML for the header portion of a Web Part frame to a custom designer created by deriving from System.Web.UI.ControlDesigner. (Inherited from WebPart.)
Public method GetDesignTimeHtml Returns the control as design-time HTML for editing in web development tools.
Public method GetFilterData Gets filter data from the connected provider control that provides filter data.
Public method GetHashCode (Inherited from Object.)
Public method GetInitEventArgs Obsolete. Returns the InitEventArgs object for the name of the interface that is passed in. (Inherited from WebPart.)
Public method GetParametersData Gets parameters data from the connected provider control that provides parameters data.
Public method GetProviderInterface Gets an instance of the IWebPartRow for the consumer control that is to be connected with the DataFormWebPart.
Public method GetRequiresData Obsolete. The virtual method that is called by the Web Part infrastructure when the System.Web.UI.Control.PreRender event occurs to indicate that a Web Part requires data. (Inherited from WebPart.)
Public method GetRouteUrl(Object) (Inherited from Control.)
Public method GetRouteUrl(RouteValueDictionary) (Inherited from Control.)
Public method GetRouteUrl(String, Object) (Inherited from Control.)
Public method GetRouteUrl(String, RouteValueDictionary) (Inherited from Control.)
Protected method GetRowData Gets the row data that the DataFormWebPart object provides to the connected consumer control.
Public methodStatic member GetSchema Gets an array of the field information in the specified data source.
Protected method GetSPWebPartConnectionByID Gets the SPWebPartConnection object by its ConsumerID value.
Public method GetThemedImages Returns the list of themed images which this webpart uses in CSR, possibly null (Inherited from WebPart.)
Public method GetThemedLocalizedImages Returns the list of localized themed images which this webpart uses in CSR, possibly null (Inherited from WebPart.)
Public method GetToolParts Determines which tool parts are displayed in the tool pane of the Web Part user interface, and the order in which they are displayed. (Overrides WebPart.GetToolParts().)
Public method GetType (Inherited from Object.)
Public method GetUniqueIDRelativeTo (Inherited from Control.)
Protected method GetXPathNavigator Returns a cursor model for navigating and editing XML information items in the view.
Protected method HandleGeneralException Handles general exceptions.
Protected method HandleRuntimeException Handles the specified runtime exception.
Protected method HandleXslException Handles the specified exception about the Extensible Stylesheet Language (XSL) transform in a special manner.
Public method HasControls (Inherited from Control.)
Protected method HasEvents (Inherited from Control.)
Protected method InvalidateConnecteeViewState Clears out the view state that stores the information about the latest connections on the DataFormWebPart and its consumer DataFormWebParts. (Overrides BaseXsltDataWebPart.InvalidateConnecteeViewState(Hashtable).)
Public method InvalidateView
Protected method IsCrossPageConnectionAboutToBeFired Determines whether there is a cross-page connection to be fired on which the DataFormWebPart acts as a provider.
Protected method IsLiteralContent (Inherited from Control.)
Protected method LoadControlState (Inherited from Control.)
Public method LoadResource Returns a localizable string. (Overrides WebPart.LoadResource(String).)
Protected method LoadViewState Restores view-state information from a previous request that was saved with the SaveViewState() method. (Inherited from WebPart.)
Protected method MapPathSecure (Inherited from Control.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MergeStyle (Inherited from WebControl.)
Protected method ModifyXsltArgumentList Allows child classes to modify the Extensible Stylesheet Language Transformation (XSLT) argument list before performing the transformation.
Protected method NotifyWorkItemComplete Obsolete. Indicates that work being performed on an external asynchronous thread that has been registered using the RegisterWorkItem method has completed. (Inherited from WebPart.)
Protected method OnBubbleEvent (Inherited from Control.)
Protected method OnClosing (Inherited from WebPart.)
Protected method OnConnectModeChanged (Inherited from WebPart.)
Protected method OnDataBinding The event handler for the System.Web.UI.Control.DataBinding event that occurs when a Web Part is binding to a data source. (Inherited from WebPart.)
Protected method OnDeleting (Inherited from WebPart.)
Protected method OnEditModeChanged (Inherited from WebPart.)
Protected method OnInit The event handler for the System.Web.UI.Control.Init event that occurs as the Web Part is being instantiated. (Inherited from WebPart.)
Protected method OnLoad Raises the Load event. (Overrides Control.OnLoad(EventArgs).)
Protected method OnPreRender Overrides the base class implementation to ensure that the transform ran and that the child controls were created. (Overrides WebPart.OnPreRender(EventArgs).)
Protected method OnUnload The event handler for the System.Web.UI.Control.Unload event, which occurs when the Web Part is being unloaded from memory. (Inherited from WebPart.)
Protected method OpenFile (Inherited from Control.)
Public method PartCacheInvalidate() Marks all the contents of the Web Part cache as outdated. (Inherited from WebPart.)
Protected method PartCacheInvalidate(Storage) Marks all contents of the specified storage type in the Web Part cache as outdated. (Inherited from WebPart.)
Protected method PartCacheInvalidate(Storage, String) Marks the specified cache entries of the specified storage type in the Web Part cache as outdated. (Inherited from WebPart.)
Protected method PartCacheRead Reads and returns a value from the specified location in the specified type of storage in the Web Part cache. (Inherited from WebPart.)
Protected method PartCacheWrite Stores the specified value of the specified type of storage in the Web Part cache. (Inherited from WebPart.)
Public method PartCommunicationConnect Obsolete. Used to notify a Web Part that it has been connected to another Web Part. (Inherited from WebPart.)
Public method PartCommunicationInit Obsolete. Provides a connectable Web Part with a method for firing any of its initialization events, such as the CellProviderInit or CellConsumerInit event. (Inherited from WebPart.)
Public method PartCommunicationMain Obsolete. Provides a connectable Web Part with a method to fire events for any of the main events of a connectable Web Part, such as the CellReady event. (Inherited from WebPart.)
Protected method PopulateFileHashDetails Gets the information about the Extensible Style Sheet (XSL) files from the database and stores it in the provided hashtable.
Protected method PostProcessCPBs Modifies the ParameterValues after the parameter binding information from the client has been processed.
Protected method PreprocessPostBackEvent Performs additional processing on the event argument of the postback event.
Protected method PreprocessSinglePostBackEvent Preprocesses a single postback event for the DataFormWebPart.
Protected method RaiseBubbleEvent (Inherited from Control.)
Public method RaiseCallbackEvent Creates the arguments for the callback handler in the GetCallBackResult method.
Public method RaisePostBackEvent Called by ASP.NET when this Web Part performs a postback to itself.
Protected method RegisterFilterCallback Registers callback functions for the DataFormWebPart to perform additional filtering.
Protected method RegisterInterface(String, String, Int32, ConnectionRunAt, Object, String, String, String) Obsolete. Registers an interface from the Microsoft.SharePoint.WebPartPages.Communication namespace for a connectable Web Part. (Inherited from WebPart.)
Protected method RegisterInterface(String, String, Int32, ConnectionRunAt, Object, String, String, String, Boolean) Obsolete. Registers an interface from the Microsoft.SharePoint.WebPartPages.Communication namespace for a connectable Web Part with the option of specifying how cross-page connections are handled. (Inherited from WebPart.)
Protected method RegisterWorkItem Obsolete. Keeps track of work being done by an external thread, such as a Web Part that handles its own thread pool. (Inherited from WebPart.)
Protected method RegisterWorkItemCallback Obsolete. Queues a Web Part work item to the thread pool, invokes the specified delegate, and specifies an object to be passed to the delegate when serviced from the thread pool. (Inherited from WebPart.)
Protected method RemovedControl (Inherited from Control.)
Protected method Render (Inherited from BaseXsltDataWebPart.)
Public method RenderBeginTag (Inherited from Panel.)
Protected method RenderChildren (Inherited from Control.)
Protected method RenderContents (Inherited from WebControl.)
Public method RenderControl(HtmlTextWriter) (Inherited from Control.)
Protected method RenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Public method RenderEndTag (Inherited from Panel.)
Protected method RenderWebPart Renders a complete WebPart control with all its sections. (Overrides WebPart.RenderWebPart(HtmlTextWriter).)
Protected method RenderWorkItemTimeout Obsolete. Renders HTML in a Web Part when a work item has timed out. (Inherited from WebPart.)
Protected method ReplaceTokens Performs token replacement for a string, using the same algorithm used for URL-valued properties. (Inherited from WebPart.)
Protected method RequiresWebPartClientScript Indicates whether this DataFormWebPart has client-side script to register with the Web Part Page Services Component (WPSC) framework. (Overrides BaseXsltDataWebPart.RequiresWebPartClientScript().)
Protected method ResetXslCache Invalidates the XSL cache.
Protected method ResolveAdapter (Inherited from Control.)
Public method ResolveClientUrl (Inherited from Control.)
Protected method ResolveParameterValuesToXsl Resolves the information related to the DataFormWebPart into the specified ArgumentClassWrapper object for XSL transformation.
Public method ResolveUrl (Inherited from Control.)
Protected method SaveControlState (Inherited from Control.)
Public method SaveCustomizedXsl Saves the customized XSL and the files information associated with the customized XSL to storage objects.
Protected method SaveViewState (Inherited from WebControl.)
Public method SetConnectedFilterProvider Sets the IWebPartParameters instance from the filter provider to the DataFormWebPart.
Public method SetConnectedParametersProvider Sets the IWebPartParameters instance from the parameters provider to the DataFormWebPart.
Protected method SetDataSourceProperties Sets properties for the data source associated with the Web Part.
Protected method SetDesignModeState (Inherited from Control.)
Protected method SetPersonalizationDirty (Inherited from WebPart.)
Public method SetRenderMethodDelegate (Inherited from Control.)
Protected method SetWebPartPageComponent (Inherited from WebPart.)
Public method ShouldConsumeParameters Indicates whether the DataFormWebPart should consume parameters.
Public method ShouldProvideRows Indicates whether the DataFormWebPart should provide rows.
Public method ShouldSerializeAllowConnect Returns whether the AllowConnect property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeAllowEdit Returns whether the AllowEdit property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeAllowHide Returns whether the AllowHide property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeAllowMinimize Returns whether the AllowMinimize property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeAllowRemove Returns whether the AllowRemove property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeAllowZoneChange Returns whether the AllowZoneChange property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeConnectionID Returns whether the ConnectionID property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeConnections Returns whether the Connections property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeDefault Returns a value that indicates whether the Default property should be serialized. (Inherited from BaseXsltDataWebPart.)
Public method ShouldSerializeDescription Returns whether the Description property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeDetailLink Returns whether the DetailLink property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeDir Returns whether the Dir property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeDisplayName Returns a value that indicates whether the Display Name property differs from its default value. (Inherited from BaseXsltDataWebPart.)
Public method ShouldSerializeExportControlledProperties Returns whether the ExportControlledProperties property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeFrameState Returns whether the FrameState property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeFrameType Returns whether the FrameType property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeHeight Returns whether the Height property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeHelpLink Returns whether the HelpLink property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeHelpMode Returns whether the HelpMode property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeID Returns whether the ID property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeIsIncluded Returns whether the IsIncluded property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeIsIncludedFilter Returns whether the IsIncludedFilter property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeIsVisible Returns whether the IsVisible property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeListName Returns a value that indicates whether the List Name property differs from its default value. (Inherited from BaseXsltDataWebPart.)
Public method ShouldSerializeMissingAssembly Returns whether the MissingAssembly property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializePartImageLarge Returns whether the PartImageLarge property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializePartImageSmall Returns whether the PartImageSmall property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializePartOrder Returns whether the PartOrder property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeTitle Returns whether the Title property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeViewFlag Returns a value that indicates whether the View Flag property differs from its default value. (Inherited from BaseXsltDataWebPart.)
Public method ShouldSerializeWidth Returns whether the Width property has changed from its default value. (Inherited from WebPart.)
Public method ShouldSerializeZoneID Returns whether the ZoneID property has changed from its default value. (Inherited from WebPart.)
Public method ToString (Inherited from Object.)
Protected method TrackViewState (Inherited from WebPart.)

Top

Events

  Name Description
Public event DataBinding (Inherited from Control.)
Protected event DeferredRowDelegates Occurs when performing the XSL transform if the DataFormWebPart postponed getting row data for the connected consumer control.
Public event Disposed (Inherited from Control.)
Public event Init (Inherited from Control.)
Public event Load (Inherited from Control.)
Public event PreRender (Inherited from Control.)
Public event Unload (Inherited from Control.)

Top

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

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IAttributeAccessor.GetAttribute IAttributeAccessor.GetAttribute (Inherited from WebPart.)
Explicit interface implemetationPrivate method IWebPartRow.GetRowData Gets the row data that the DataFormWebPart object provides to the connected consumer control.
Explicit interface implemetationPrivate property IWebPartRow.Schema Gets the schema information for a data row that is used to share data between two WebPart controls.
Explicit interface implemetationPrivate method IAttributeAccessor.SetAttribute IAttributeAccessor.SetAttribute (Inherited from WebPart.)
Explicit interface implemetationPrivate method IParserAccessor.AddParsedSubObject (Inherited from Control.)
Explicit interface implemetationPrivate property IControlBuilderAccessor.ControlBuilder (Inherited from Control.)
Explicit interface implemetationPrivate property IDataBindingsAccessor.DataBindings (Inherited from Control.)
Explicit interface implemetationPrivate property IExpressionsAccessor.Expressions (Inherited from Control.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.GetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate property IDataBindingsAccessor.HasDataBindings (Inherited from Control.)
Explicit interface implemetationPrivate property IExpressionsAccessor.HasExpressions (Inherited from Control.)
Explicit interface implemetationPrivate method IConnectionData.GetData Provides a method that is called during the data-retrieval loop when it is time to get data.
Explicit interface implemetationPrivate method IConnectionData.GetRequiresData Indicates whether the DataFormWebPart requires data and wants to participate in the data-retrieval loop.
Explicit interface implemetationPrivate method ICompositeControlDesignerAccessor.RecreateChildControls (Inherited from Part.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetOwnerControl (Inherited from Control.)
Explicit interface implemetationPrivate property IControlDesignerAccessor.UserData (Inherited from Control.)

Top

See also

Reference

DataFormWebPart class

Microsoft.SharePoint.WebPartPages namespace