Partager 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.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

A Report object containing the rendered subreport.

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace