Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether a specific group 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 number of the page to check.
- startPage
[out] The first page spanned by the group instance.
- endPage
[out] The last page spanned by the group instance.
Возвращаемое значение
A Boolean value indicating whether the specified group instance appears on a given page, based on soft page breaks.
Замечания
Добавления: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.
См. также
Справочник
Table Class
Table Members
Microsoft.ReportingServices.ReportRendering Namespace