Partilhar via


MatrixMember.GetChildRowMembersOnPage Method

Indicates which child row members should appear 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 Sub GetChildRowMembersOnPage ( _
    page As Integer, _
    <OutAttribute> ByRef startChild As Integer, _
    <OutAttribute> ByRef endChild As Integer _
)
public void GetChildRowMembersOnPage (
    int page,
    out int startChild,
    out int endChild
)
public:
void GetChildRowMembersOnPage (
    int page, 
    [OutAttribute] int% startChild, 
    [OutAttribute] int% endChild
)
public void GetChildRowMembersOnPage (
    int page, 
    /** @attribute OutAttribute() */ /** @ref */ int startChild, 
    /** @attribute OutAttribute() */ /** @ref */ int endChild
)
JScript does not support passing value-type arguments by reference.

Parameters

  • page
    The page number to evaluate.
  • endChild
    Index of the ending RowMemberCollection item to appear on the page.

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

MatrixMember Class
MatrixMember Members
Microsoft.ReportingServices.ReportRendering Namespace