Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the full structure (definition and instance) of the subreport.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Report As Report
Get
'Usage
Dim instance As SubReport
Dim value As Report
value = instance.Report
public Report Report { get; }
public:
property Report^ Report {
Report^ get ();
}
member Report : Report
function get Report () : Report
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Report
A Report object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace