Report Class

Contains properties, data, and layout information for the report. The Report class is the root of the Report object model. This class cannot be inherited.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class Report _
    Implements IDocumentMapEntry
'Usage
Dim instance As Report
public sealed class Report : IDocumentMapEntry
public ref class Report sealed : IDocumentMapEntry
[<SealedAttribute>]
type Report =  
    class
        interface IDocumentMapEntry
    end
public final class Report implements IDocumentMapEntry

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.ReportRendering.Report

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.