SPRowToParametersTransformer.CreateConfigurationControl Method
Provides an ASP.NET control that allows the user to configure a SPRowToParametersTransformer transformer.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function CreateConfigurationControl As Control
'Usage
Dim instance As SPRowToParametersTransformer
Dim returnValue As Control
returnValue = instance.CreateConfigurationControl()
public override Control CreateConfigurationControl()
Return Value
Type: System.Web.UI.Control
An ASP.NET control that displays a user interface (UI) that allows the user to configure a SPRowToParametersTransformer.
Remarks
A Web Parts connection can be established statically or dynamically. A static connection is defined within the <StaticConnections> element. A user can define a dynamic connection when a connections zone is included in a Web page and the user is in connect mode. When establishing a dynamic connection, the user defines the connection through a configuration control. The CreateConfigurationControl() method returns the control that the user interacts with to define the connection.
The configuration control displays a UI that allows the user to connect or disconnect a provider and consumer, and to select a field from the provider row data to connect with the consumer field data.
See Also
Reference
SPRowToParametersTransformer Class