次の方法で共有


Report クラス

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

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

構文

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

解説

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

継承階層

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

スレッド セーフ

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

参照

リファレンス

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