Partager via


MatrixMember.GetChildRowMembersOnPage Method

Indicates which child row members should appear 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 Sub GetChildRowMembersOnPage ( _
    page As Integer, _
    <OutAttribute> ByRef startChild As Integer, _
    <OutAttribute> ByRef endChild As Integer _
)
public void GetChildRowMembersOnPage (
    int page,
    out int startChild,
    out int endChild
)
public:
void GetChildRowMembersOnPage (
    int page, 
    [OutAttribute] int% startChild, 
    [OutAttribute] int% endChild
)
public void GetChildRowMembersOnPage (
    int page, 
    /** @attribute OutAttribute() */ /** @ref */ int startChild, 
    /** @attribute OutAttribute() */ /** @ref */ int endChild
)
JScript ne prend pas en charge le passage d'arguments de type valeur par référence.

Paramètres

  • page
    The page number to evaluate.
  • endChild
    Index of the ending RowMemberCollection item to appear on the page.

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