Свойство SubReport.Report
Gets the full structure (definition and instance) of the subreport.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Report As Report
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Report
A Report object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering