共用方式為


List.IsListContentOnThisPage Method

Indicates whether a specific list content instance appears on a given page, based on soft page breaks.

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

語法

'宣告
Public Function IsListContentOnThisPage ( _
    contentIndex As Integer, _
    pageNumber As Integer, _
    listStartPage As Integer, _
    <OutAttribute> ByRef startPage As Integer, _
    <OutAttribute> ByRef endPage As Integer _
) As Boolean
public bool IsListContentOnThisPage (
    int contentIndex,
    int pageNumber,
    int listStartPage,
    out int startPage,
    out int endPage
)
public:
bool IsListContentOnThisPage (
    int contentIndex, 
    int pageNumber, 
    int listStartPage, 
    [OutAttribute] int% startPage, 
    [OutAttribute] int% endPage
)
public boolean IsListContentOnThisPage (
    int contentIndex, 
    int pageNumber, 
    int listStartPage, 
    /** @attribute OutAttribute() */ /** @ref */ int startPage, 
    /** @attribute OutAttribute() */ /** @ref */ int endPage
)
JScript 不支援以傳址方式傳遞值類型的引數。

參數

  • pageNumber
    The page to check.
  • listStartPage
    The page on which the list begins.
  • startPage
    [out] Indicates the beginning page spanned by the ListContent.
  • endPage
    [out] Indicates the ending page spanned by the ListContent.

傳回值

A Boolean value. A value of true indicates that the specific list content instance appears on the given page.

執行緒安全性

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 的硬體和軟體需求>。

請參閱

參考

List Class
List Members
Microsoft.ReportingServices.ReportRendering Namespace