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