共用方式為


ReportItemCollection.GetReportItemStartAndEndPages Method

Determines the page on which an item in the report item collection should appear, based on soft page breaks.

命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

語法

'宣告
Public Sub GetReportItemStartAndEndPages ( _
    currentPage As Integer, _
    index As Integer, _
    <OutAttribute> ByRef startPage As Integer, _
    <OutAttribute> ByRef endPage As Integer _
)
public void GetReportItemStartAndEndPages (
    int currentPage,
    int index,
    out int startPage,
    out int endPage
)
public:
void GetReportItemStartAndEndPages (
    int currentPage, 
    int index, 
    [OutAttribute] int% startPage, 
    [OutAttribute] int% endPage
)
public void GetReportItemStartAndEndPages (
    int currentPage, 
    int index, 
    /** @attribute OutAttribute() */ /** @ref */ int startPage, 
    /** @attribute OutAttribute() */ /** @ref */ int endPage
)
JScript 不支援以傳址方式傳遞值類型的引數。

參數

  • currentPage
    The page on which the report item collection starts.
  • startPage
    [out] The index of the first page that the item spans.
  • endPage
    [out] The index of the last page that the item spans.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

ReportItemCollection Class
ReportItemCollection Members
Microsoft.ReportingServices.ReportRendering Namespace