Report クラス

ローカル レポートとサーバー レポートの両方に適用できるメソッドとプロパティを含んでいます。

名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (microsoft.reportviewer.winforms.dll 内)

構文

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

解説

このクラスは、LocalReport オブジェクトと ServerReport オブジェクトの基本クラスとして使用します。コードで直接使用するクラスではありません。実装の詳細については、「LocalReport」と「ServerReport」を参照してください。

継承階層

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

スレッド セーフ

この型のすべてのパブリックな静的 (Visual Basic では Shared) メンバは、スレッド セーフです。すべてのインスタンス メンバが、スレッド セーフであることは保証されていません。

参照

リファレンス

Report メンバ
Microsoft.Reporting.WinForms 名前空間