Report Class

Represents a report.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.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.