SubReport.Report Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full structure (definition and instance) of the subreport.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::Report ^ Report { Microsoft::ReportingServices::OnDemandReportRendering::Report ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.Report Report { get; }
member this.Report : Microsoft.ReportingServices.OnDemandReportRendering.Report
Public ReadOnly Property Report As Report
Property Value
A Report object.