Matrix.IsRowMemberOnThisPage Method
Indicates whether a specific row member 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 IsRowMemberOnThisPage ( _
groupIndex As Integer, _
pageNumber As Integer, _
<OutAttribute> ByRef startPage As Integer, _
<OutAttribute> ByRef endPage As Integer _
) As Boolean
public bool IsRowMemberOnThisPage (
int groupIndex,
int pageNumber,
out int startPage,
out int endPage
)
public:
bool IsRowMemberOnThisPage (
int groupIndex,
int pageNumber,
[OutAttribute] int% startPage,
[OutAttribute] int% endPage
)
public boolean IsRowMemberOnThisPage (
int groupIndex,
int pageNumber,
/** @attribute OutAttribute() */ /** @ref */ int startPage,
/** @attribute OutAttribute() */ /** @ref */ int endPage
)
JScript does not support passing value-type arguments by reference.
Parameters
- groupIndex
The index of the row member to check.
- pageNumber
The page number to check.
- startPage
The beginning page spanned by the RowMember.
- endPage
The ending page spanned by the RowMember.
Return Value
A Boolean value indicating whether a specific row member appears on a given page, based on soft page breaks.
Remarks
New:5 December 2005
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Matrix Class
Matrix Members
Microsoft.ReportingServices.ReportRendering Namespace