共用方式為


Project.ReportList 屬性 (Project)

Project中已被取代。

語法

expressionReportList

表達 代表 Project 物件的變數。

註解

在 Project 中, ReportList 屬性會傳回 Nothing。 在 Project 中, ReportList 屬性會取得 List 物件,代表使用中專案中的報表。

範例

下列範例會列出使用中專案中的所有報表, (專案僅) 。

Sub SeeAllReports() 
 
 Dim Temp As Variant 
 Dim ReportNames As String 
 
 For Each Temp In ActiveProject.ReportList 
 ReportNames = ReportNames & vbCrLf & Temp 
 Next Temp 
 
 MsgBox ReportNames 
 
End Sub

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應