Поделиться через


List.Contents Property

Gets a ListContentCollection containing the contents of the list data region.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Contents As ListContentCollection
public ListContentCollection Contents { get; }
public:
property ListContentCollection^ Contents {
    ListContentCollection^ get ();
}
/** @property */
public ListContentCollection get_Contents ()
public function get Contents () : ListContentCollection

Значение свойства

A ListContentCollection containing the contents of the list data region.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

List Class
List Members
Microsoft.ReportingServices.ReportRendering Namespace