次の方法で共有


Field.DefaultAggregateExpression プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

フィールドの既定の集計式を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property DefaultAggregateExpression As String 
    Get
'使用
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

プロパティ値

型: System.String
フィールドの既定の集計式。

関連項目

参照

Field クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間