Freigeben über


TableGroup.GetSubGroupsOnPage Method

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
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
)
Von JScript werden keine passiven Werttypargumente zur Referenz unterstützt.

Parameter

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

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace