Report-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Report
A Report object.