次の方法で共有


ReportItemCollection.GetReportItemStartAndEndPages Method

レポート アイテム コレクションのアイテムが表示されるページをソフト改ページに基づいて決定します。

名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)

構文

'宣言
Public Sub GetReportItemStartAndEndPages ( _
    currentPage As Integer, _
    index As Integer, _
    <OutAttribute> ByRef startPage As Integer, _
    <OutAttribute> ByRef endPage As Integer _
)
public void GetReportItemStartAndEndPages (
    int currentPage,
    int index,
    out int startPage,
    out int endPage
)
public:
void GetReportItemStartAndEndPages (
    int currentPage, 
    int index, 
    [OutAttribute] int% startPage, 
    [OutAttribute] int% endPage
)
public void GetReportItemStartAndEndPages (
    int currentPage, 
    int index, 
    /** @attribute OutAttribute() */ /** @ref */ int startPage, 
    /** @attribute OutAttribute() */ /** @ref */ int endPage
)
JScript は、値と型の引数の参照渡しをサポートしていません。

パラメータ

  • currentPage
    レポート アイテム コレクションが開始されるページです。
  • startPage
    [out] アイテムが展開される最初のページのインデックスです。
  • endPage
    [out] アイテムが展開される最後のページのインデックスです。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ReportItemCollection Class
ReportItemCollection Members
Microsoft.ReportingServices.ReportRendering Namespace