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.
公共属性 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 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetPageSections Causes page header/footer calculations to be performed for the current page.
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。