Rapor sınıf için bir teslim uzantısı kullanma
The Report class represents a report in the rapor sunucusu veritabanı. Herhangi bir abonelik, belirli bir raporuyla ilişkilidir.Rapor, bildirim içinde yer alıyor.Bilgisayarınızı teslim uzantısı kullanabilmek için Report Bildirim raporu oluşturmak için bir parçası olan nesne. The Report object also contains report-specific properties, such as the URL to the report on the rapor sunucusu and the name of the report. Bu özellikler tüm, teslim bir parçası olarak kullanılabilir sağlayıcı.
The Render(String, String) yöntem of the Report class can be used to render a report. The Render(String, String) yöntem returns an array of one or more RenderedOutputFile objects that together comprise a single işlenmiş rapor. Ilk RenderedOutputFile nesnenin işlenmiş rapordur. Diğer RenderedOutputFile nesneleri (örneğin, bir HTML dosyasını ve ilişkili resimler) rapor verilerini birlikte teslim kaynaklardır. (RESIM, PDF, MHTML ve Excel'in) tek akışı işleme uzantılarını işleme uzantılarının yalnızca dönün. RenderedOutputFile dizideki nesnesi.
The RenderedOutputFile object, which contains the report stream, can be included as part of a delivery.
Nasıl kullanılacağını gösteren bir örnek için Report sınıf için bkz: Sample Printer Delivery Extension.
See Also