Condividi tramite


Classe ReportSection

Represents a section in the report.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportSection

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Nel tipo ReportSection sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetPageSections Causes page header/footer calculations to be performed for the current page.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico SetPage(Int32, Int32) Sets the current page number and total page count.
Metodo pubblico SetPage(Int32, Int32, Int32, Int32) Sets the current page number and total page count.
Metodo pubblico SetPageName Sets the name of the current page.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering