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.

请参阅

参考

SubReport 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间