SPDataSourceView.UseServerDataFormat property

specify whether we return v4 XLV schema in data retrieval. Default returns false (meaning all upgraded v3 dfwp is false for this flag).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UseServerDataFormat As Boolean
    Get
    Set
'Usage
Dim instance As SPDataSourceView
Dim value As Boolean

value = instance.UseServerDataFormat

instance.UseServerDataFormat = value
public bool UseServerDataFormat { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace