共用方式為


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。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ReportingServices.OnDemandReportRendering 命名空間