Partager via


Classe ReportSection

Represents a section in the report.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ReportSection

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ReportSection _
    Implements IDefinitionPath
'Utilisation
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

Le type ReportSection expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetPageSections Causes page header/footer calculations to be performed for the current page.
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SetPage(Int32, Int32) Sets the current page number and total page count.
Méthode publique SetPage(Int32, Int32, Int32, Int32) Sets the current page number and total page count.
Méthode publique SetPageName Sets the name of the current page.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.