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