次の方法で共有


Report.Pages プロパティ

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

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

構文

'宣言
Public ReadOnly Property Pages As PageCollection 
    Get
'使用
Dim instance As Report 
Dim value As PageCollection 

value = instance.Pages
public PageCollection Pages { get; }
public:
property PageCollection^ Pages {
    PageCollection^ get ();
}
member Pages : PageCollection
function get Pages () : PageCollection

プロパティ値

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

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間