この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
フィールドの既定の集計式を取得します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Function GetFieldDefaultAggregateExpressions As IEnumerable(Of String)
'使用
Dim instance As DataSet
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetFieldDefaultAggregateExpressions()
public IEnumerable<string> GetFieldDefaultAggregateExpressions()
public:
IEnumerable<String^>^ GetFieldDefaultAggregateExpressions()
member GetFieldDefaultAggregateExpressions : unit -> IEnumerable<string>
public function GetFieldDefaultAggregateExpressions() : IEnumerable<String>
戻り値
型: System.Collections.Generic.IEnumerable<String>
IEnumerable<T> オブジェクト。