Partager via


Table.GetTableGroupsOnPage Method

Determine which group instances 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 GetTableGroupsOnPage ( _
    page As Integer, _
    <OutAttribute> ByRef startGroup As Integer, _
    <OutAttribute> ByRef endGroup As Integer _
)
public void GetTableGroupsOnPage (
    int page,
    out int startGroup,
    out int endGroup
)
public:
void GetTableGroupsOnPage (
    int page, 
    [OutAttribute] int% startGroup, 
    [OutAttribute] int% endGroup
)
public void GetTableGroupsOnPage (
    int page, 
    /** @attribute OutAttribute() */ /** @ref */ int startGroup, 
    /** @attribute OutAttribute() */ /** @ref */ int endGroup
)
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.
  • startGroup
    [out] The index of the first group on the page.
  • endGroup
    [out] The index of the last group 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

Table Class
Table Members
Microsoft.ReportingServices.ReportRendering Namespace