Report Class

Contains methods and properties that can apply to both local and server reports.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<TypeConverterAttribute(GetType(ReportTypeConverter))> _
<PersistChildrenAttribute(False)> _
<ParseChildrenAttribute(True)> _
Public MustInherit Class Report
'Usage
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.WinForms.ReportTypeConverter) */ 
/** @attribute PersistChildrenAttribute(false) */ 
/** @attribute ParseChildrenAttribute(true) */ 
public abstract class Report
TypeConverterAttribute(Microsoft.Reporting.WinForms.ReportTypeConverter) 
PersistChildrenAttribute(false) 
ParseChildrenAttribute(true) 
public abstract class Report

Remarks

This class is used as a base class for the LocalReport and ServerReport objects and is not intended for use directly from your code. Please see LocalReport and ServerReport for implementation-specific information.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Report Members
Microsoft.Reporting.WinForms Namespace