Share via


SubReport.Report Property

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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

Property Value

A Report object containing the rendered subreport.

Remarks

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.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace