Field.DefaultAggregateExpression Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the default aggregate expression for a field.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultAggregateExpression As String
Get
'Usage
Dim instance As Field
Dim value As String
value = instance.DefaultAggregateExpression
public string DefaultAggregateExpression { get; }
public:
property String^ DefaultAggregateExpression {
String^ get ();
}
member DefaultAggregateExpression : string
function get DefaultAggregateExpression () : String
Property Value
Type: System.String
The default aggregate expression for a field.