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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace