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


SubReport.Report Property

Gets a Report object containing the rendered subreport. This property will be null if the subreport is invalid and cannot execute.

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

Синтаксис

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

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

A Report object containing the rendered subreport.

Замечания

This property will be null if the subreport is invalid, but will include a report with null values and null UniqueName objects if the report could be retrieved and processed once. The subreport should not be displayed if NoRows is true.

If NoRows is true, a single instance of all items in the subreport is returned, with null values for all items so the rendering extension can determine the schema of the layout. This can be used by the rendering extension to create a pre-layout of the subreport area in case subsequent instances of the subreport do contain data.

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

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.

См. также

Справочник

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace