Partager via


MatrixMember.IsRowMemberOnThisPage Method

Indicates whether a specific child row member 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 IsRowMemberOnThisPage ( _
    memberIndex As Integer, _
    pageNumber As Integer, _
    <OutAttribute> ByRef startPage As Integer, _
    <OutAttribute> ByRef endPage As Integer _
) As Boolean
public bool IsRowMemberOnThisPage (
    int memberIndex,
    int pageNumber,
    out int startPage,
    out int endPage
)
public:
bool IsRowMemberOnThisPage (
    int memberIndex, 
    int pageNumber, 
    [OutAttribute] int% startPage, 
    [OutAttribute] int% endPage
)
public boolean IsRowMemberOnThisPage (
    int memberIndex, 
    int pageNumber, 
    /** @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 number to evaluate.
  • startPage
    The beginning page spanned by the row member.
  • endPage
    The ending page spanned by the row member.

Valeur de retour

A Boolean value indicating whether the specific child row member appears on a given page, based on soft page breaks.

Notes

Nouveau :5 décembre 2005

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

MatrixMember Class
MatrixMember Members
Microsoft.ReportingServices.ReportRendering Namespace