AggregateDataSource.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
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property Aggregate As String
    Get
    Set
'Usage
Dim instance As AggregateDataSource
Dim value As String

value = instance.Aggregate

instance.Aggregate = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string Aggregate { get; set; }

Property value

Type: System.String

See also

Reference

AggregateDataSource class

AggregateDataSource members

Microsoft.SharePoint.WebControls namespace