次の方法で共有


Report.Pages プロパティ

定義

ページ割り当て情報を含むオブジェクトを取得します。

public:
 property Microsoft::ReportingServices::ReportRendering::PageCollection ^ Pages { Microsoft::ReportingServices::ReportRendering::PageCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.PageCollection Pages { get; }
member this.Pages : Microsoft.ReportingServices.ReportRendering.PageCollection
Public ReadOnly Property Pages As PageCollection

プロパティ値

オプションのページ割り当て情報が格納されている PageCollection オブジェクトです。

適用対象