Share via


AggregateDataSourceView.Aggregate property

Aggregate string property. Read-write. Contains the merge (column and row) operations and references to the datasource controls for each merge.

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

Syntax

'Declaration
Public Property Aggregate As String
    Get
    Set
'Usage
Dim instance As AggregateDataSourceView
Dim value As String

value = instance.Aggregate

instance.Aggregate = value
public string Aggregate { get; set; }

Property value

Type: System.String

See also

Reference

AggregateDataSourceView class

AggregateDataSourceView members

Microsoft.SharePoint.WebControls namespace