Поделиться через


Класс ReportSection

Represents a section in the report.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportSection

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ReportSection _
    Implements IDefinitionPath
'Применение
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

Тип ReportSection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Body Gets the body of the report section.
Открытое свойство DataElementName Gets the name of a top level element that represents the report data.
Открытое свойство DataElementOutput Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.
Открытое свойство DefinitionPath Gets the path to this report definition object in the report definition.
Открытое свойство ID Gets the unique identifier for this report definition object.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Name
Открытое свойство 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.
Открытое свойство 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.
Открытое свойство NeedsReportItemsOnPage Indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
Открытое свойство 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.
Открытое свойство Page Gets page layout information about the report.
Открытое свойство ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Открытое свойство Width Gets the width of the report section.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetPageSections Causes page header/footer calculations to be performed for the current page.
Открытый метод GetType (Производный от Object.)
Открытый метод SetPage(Int32, Int32) Sets the current page number and total page count.
Открытый метод SetPage(Int32, Int32, Int32, Int32) Sets the current page number and total page count.
Открытый метод SetPageName Sets the name of the current page.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering