共用方式為


Report 類別

包含同時適用於本機和伺服器報表的方法與屬性。

命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)

語法

'宣告
<TypeConverterAttribute(GetType(ReportTypeConverter))> _
<ParseChildrenAttribute(True)> _
<PersistChildrenAttribute(False)> _
Public MustInherit Class Report
'用途
Dim instance As Report
[TypeConverterAttribute(typeof(ReportTypeConverter))] 
[ParseChildrenAttribute(true)] 
[PersistChildrenAttribute(false)] 
public abstract class Report
[TypeConverterAttribute(typeof(ReportTypeConverter))] 
[ParseChildrenAttribute(true)] 
[PersistChildrenAttribute(false)] 
public ref class Report abstract
/** @attribute TypeConverterAttribute(Microsoft.Reporting.WinForms.ReportTypeConverter) */ 
/** @attribute ParseChildrenAttribute(true) */ 
/** @attribute PersistChildrenAttribute(false) */ 
public abstract class Report
TypeConverterAttribute(Microsoft.Reporting.WinForms.ReportTypeConverter) 
ParseChildrenAttribute(true) 
PersistChildrenAttribute(false) 
public abstract class Report

備註

這個類別用來作為 LocalReportServerReport 物件的基底類別,並不直接供您的程式碼使用。請參閱 LocalReport 和 ServerReport,以取得實作特定的資訊。

繼承階層

System.Object
  Microsoft.Reporting.WinForms.Report
     Microsoft.Reporting.WinForms.LocalReport
     Microsoft.Reporting.WinForms.ServerReport

執行緒安全性

此類型的任何公用靜態 (在 Visual Basic 中為 Shared ) 成員為安全執行緒。任何執行個體成員皆不能保證是安全執行緒。

另請參閱

參考

Report 成員
Microsoft.Reporting.WinForms 命名空間