Compartir a través de


Table.GetTableGroupsOnPage Method

Determine which group instances should appear on a given page, based on soft page breaks.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
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 no permite pasar argumentos de valor para referencia.

Parámetros

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

Notas

Nuevo:5 de diciembre de 2005

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Table Class
Table Members
Microsoft.ReportingServices.ReportRendering Namespace