WikiReport.DataSource property
Gets or sets a string specifying the data source for the Wiki report control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DataSource As String
Get
Set
'Usage
Dim instance As WikiReport
Dim value As String
value = instance.DataSource
instance.DataSource = value
public string DataSource { get; set; }
Property value
Type: System.String