Compartilhar via


Classe ReportSection

Represents a section in the report.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportSection

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

Sintaxe

'Declaração
Public NotInheritable Class ReportSection _
    Implements IDefinitionPath
'Uso
Dim instance As ReportSection
public sealed class ReportSection : IDefinitionPath
public ref class ReportSection sealed : IDefinitionPath
[<SealedAttribute>]
type ReportSection =  
    class 
        interface IDefinitionPath 
    end
public final class ReportSection implements IDefinitionPath

O tipo ReportSection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Body Gets the body of the report section.
Propriedade pública DataElementName Gets the name of a top level element that represents the report data.
Propriedade pública DataElementOutput Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.
Propriedade pública DefinitionPath Gets the path to this report definition object in the report definition.
Propriedade pública ID Gets the unique identifier for this report definition object.
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Name
Propriedade pública NeedsOverallTotalPages Gets a value that indicates whether the Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
Propriedade pública NeedsPageBreakTotalPages Gets a value that indicates whether to the Globals!TotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
Propriedade pública NeedsReportItemsOnPage Indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
Propriedade pública NeedsTotalPages Gets a value that indicates whether to the Globals!TotalPages or Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
Propriedade pública Page Gets page layout information about the report.
Propriedade pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Propriedade pública Width Gets the width of the report section.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetPageSections Causes page header/footer calculations to be performed for the current page.
Método público GetType (Herdado de Object.)
Método público SetPage(Int32, Int32) Sets the current page number and total page count.
Método público SetPage(Int32, Int32, Int32, Int32) Sets the current page number and total page count.
Método público SetPageName Sets the name of the current page.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering