Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates whether a specific subgroup instance appears on a given page, based on soft page breaks.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintaxis
'Declaración
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 no permite pasar argumentos de valor para referencia.
Parámetros
- 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.
Valor devuelto
A Boolean value that indicates whether the specific subgroup instance appears on a given page.
Notas
Nuevo:5 de diciembre de 2005
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace