Condividi tramite


TableGroup.GetSubGroupsOnPage Method

Determines which subgroup instances should appear on a given page, based on soft page breaks.

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
Public Sub GetSubGroupsOnPage ( _
    page As Integer, _
    <OutAttribute> ByRef startGroup As Integer, _
    <OutAttribute> ByRef endGroup As Integer _
)
public void GetSubGroupsOnPage (
    int page,
    out int startGroup,
    out int endGroup
)
public:
void GetSubGroupsOnPage (
    int page, 
    [OutAttribute] int% startGroup, 
    [OutAttribute] int% endGroup
)
public void GetSubGroupsOnPage (
    int page, 
    /** @attribute OutAttribute() */ /** @ref */ int startGroup, 
    /** @attribute OutAttribute() */ /** @ref */ int endGroup
)
JScript non supporta il passaggio di argomenti di tipo valore per riferimento.

Parametri

  • page
    The page on which to determine contents.
  • startGroup
    [out] Indicates the index of the first detail row on the page.
  • endGroup
    [out] Indicates how many detail rows are on the page.

Osservazioni

Data creazione:5 dicembre 2005

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace