Indicates whether a specific subgroup instance appears on a given page, based on soft page breaks.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
语法
声明
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
)
JScript 不支持由引用传递值类型参数。
参数
- 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.
返回值
A Boolean value that indicates whether the specific subgroup instance appears on a given page.
备注
新增日期:2005 年 12 月 5 日
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace