Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether a specific subgroup instance appears 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 Function IsGroupOnThisPage ( _
groupIndex As Integer, _
pageNumber As Integer, _
<OutAttribute> ByRef startPage As Integer, _
<OutAttribute> ByRef endPage As Integer _
) As Boolean
public bool IsGroupOnThisPage (
int groupIndex,
int pageNumber,
out int startPage,
out int endPage
)
public:
bool IsGroupOnThisPage (
int groupIndex,
int pageNumber,
[OutAttribute] int% startPage,
[OutAttribute] int% endPage
)
public boolean IsGroupOnThisPage (
int groupIndex,
int pageNumber,
/** @attribute OutAttribute() */ /** @ref */ int startPage,
/** @attribute OutAttribute() */ /** @ref */ int endPage
)
Von JScript werden keine passiven Werttypargumente zur Referenz unterstützt.
Parameter
- groupIndex
The index of the group instance to check.
- pageNumber
The page to check.
- startPage
[out] The index of the first page spanned by the subgroup instance.
- endPage
[out] The index of the last page spanned by the subgroup instance.
Rückgabewert
A Boolean value that indicates whether the specific subgroup instance appears on a given 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