Compartir a través de


Clase ReportSection

Represents a section in the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportSection

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo ReportSection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Body Gets the body of the report section.
Propiedad pública DataElementName Gets the name of a top level element that represents the report data.
Propiedad pública DataElementOutput Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition.
Propiedad pública ID Gets the unique identifier for this report definition object.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Name
Propiedad 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.
Propiedad 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.
Propiedad pública NeedsReportItemsOnPage Indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
Propiedad 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.
Propiedad pública Page Gets page layout information about the report.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Propiedad pública Width Gets the width of the report section.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetPageSections Causes page header/footer calculations to be performed for the current page.
Método público GetType (Se hereda 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 (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering