Compartilhar via


Classe Report

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class Report _
    Implements IDocumentMapEntry
'Uso
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

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..Report

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.