Поделиться через


TableGroup.GetSubGroupsOnPage Method

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

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
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 не поддерживает передачу аргументов типа, содержащего значение, по ссылке.

Параметры

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

Замечания

Добавления:5 декабря 2005 г.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace