Partager via


Propriété Field.DefaultAggregateExpression

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the default aggregate expression for a field.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DefaultAggregateExpression As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The default aggregate expression for a field.

Voir aussi

Référence

Field Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel