Partager via


List.IsListContentOnThisPage Method

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

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge le passage d'arguments de type valeur par référence.

Paramètres

  • 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.

Valeur de retour

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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

List Class
List Members
Microsoft.ReportingServices.ReportRendering Namespace