다음을 통해 공유


Report 속성

Contains the full structure (definition and instance) of the subreport

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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