Aracılığıyla paylaş


IDataReaderExtension.IsAggregateRow Özelliği

Geçerli satır veri toplu içerip içermediğini gösterir.

Ad Alanı:  Microsoft.ReportingServices.DataProcessing
Derlemeler:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces içinde.dll)

Sözdizimi

'Bildirim
ReadOnly Property IsAggregateRow As Boolean
    Get
'Kullanım
Dim instance As IDataReaderExtension
Dim value As Boolean

value = instance.IsAggregateRow
bool IsAggregateRow { get; }
property bool IsAggregateRow {
    bool get ();
}
abstract IsAggregateRow : bool
function get IsAggregateRow () : boolean

Özellik Değeri

Tür: System.Boolean
Değeri, doğru veri toplu; geçerli satır içeriyorsa, Aksi takdirde, yanlış.

Açıklamalar

IsAggregateRow özellik sağlar sizin özel bir sonuç küme için hakkında bilgi toplamarapor sunucusu.Alıp, için örnek, aşağıdaki sonuç küme:

City          State          Sales
====================================
Seattle       WA             150.65
Seattle       (null)         150.65
Tacoma        WA              75.54
Tacoma        (null)          75.54
(null)        WA             226.19
Portland      OR             112.25
Portland      (null)         112.25
(null)        OR             112.25
(null)        (null)         338.44

Sizin sonuç küme döndürmelidir yanlış için IsAggregateRow herhangi bir zamanda tüm alanlarda bir sonuç satır küme içeren veri.Önceki örnekte, döner doğru için IsAggregateRow bir satırdaki herhangi bir zamanda bu sütunda gibi satır 2, 4, 5, 7, 8 ve 9, toplama alan içeriyor.