Freigeben über


ReportSection-Klasse

Represents a section in the report.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ReportSection _
    Implements IDefinitionPath
'Usage
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

Der ReportSection-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetPageSections Causes page header/footer calculations to be performed for the current page.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetPage(Int32, Int32) Sets the current page number and total page count.
Öffentliche Methode SetPage(Int32, Int32, Int32, Int32) Sets the current page number and total page count.
Öffentliche Methode SetPageName Sets the name of the current page.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.