Configuration Manager報表動作
報表動作會在 Configuration Manager 主控台中顯示Configuration Manager報表。
下列屬性和元素專屬於開啟報表方塊的動作:
Class
專案ActionDescription
屬性設定為Report。專案
ReportDescription
ReportName
屬性是要顯示之報表的 GUID。 GUID 會對SMS_Report
應至 類別ReportGUID
屬性。
注意事項
載入報表的替代方法是使用可執行檔動作來啟動報表的 URL。 這會在新的視窗中顯示報表,而不是在Configuration Manager主控台中顯示報表。
範例報表動作 XML
下列 XML 示範如何在 Configuration Manager 主控台中顯示以 GUID 識別的報表:
<ActionDescription Class="Report" DisplayName="Test Action (report)" MnemonicDisplayName="Mnemonic" Description="Description"> <ShowOn> <string>DefaultContextualTab</string> <!-- RIBBON --> <string>ContextMenu</string> <!-- Context Menu --> </ShowOn>
<ReportDescription ReportName="05874720-1D08-4CF7-B182-5F9D065BEAE5">
</ReportDescription>
</ActionDescription>
另請參閱
Configuration Manager動作
如何建立Configuration Manager動作
如何尋找Configuration Manager節點 GUID
如何尋找Configuration Manager節點 GUID