TableGroup.GetDetailsOnThisPage Method
指定したページに表示される詳細行をソフト改ページに基づいて示します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)
'宣言
Public Sub GetDetailsOnThisPage ( _
pageIndex As Integer, _
<OutAttribute> ByRef start As Integer, _
<OutAttribute> ByRef numberOfDetails As Integer _
)
public void GetDetailsOnThisPage (
int pageIndex,
out int start,
out int numberOfDetails
)
public:
void GetDetailsOnThisPage (
int pageIndex,
[OutAttribute] int% start,
[OutAttribute] int% numberOfDetails
)
public void GetDetailsOnThisPage (
int pageIndex,
/** @attribute OutAttribute() */ /** @ref */ int start,
/** @attribute OutAttribute() */ /** @ref */ int numberOfDetails
)
JScript は、値と型の引数の参照渡しをサポートしていません。
- pageIndex
内容を判別するページです。
- start
[out] ページ上の最初の詳細行のインデックスです。
- numberOfDetails
[out] ページ上にある詳細行の数を示します。
新規 :2005 年 12 月 5 日
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
TableGroup Class
TableGroup Members
Microsoft.ReportingServices.ReportRendering Namespace