Propriedade Report
Contains the full structure (definition and instance) of the subreport
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Report As Report
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Report
A Report object.
Consulte também