Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the row provider Web Part when this Web Part is configured to consume data from that Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Sub SetRowProvider ( _
provider As IWebPartRow _
)
'Usage
Dim instance As BrowserFormWebPart
Dim provider As IWebPartRow
instance.SetRowProvider(provider)
public void SetRowProvider(
IWebPartRow provider
)
Parameters
- provider
Type: System.Web.UI.WebControls.WebParts.IWebPartRow
An instance of the IWebPartRow interface that specifies the row of data that is available to the connection consumer.
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.