言語

ReportPaperSize クラス

定義

レポートページの用紙サイズを表しています。 読み取り専用。

public ref class ReportPaperSize
public class ReportPaperSize
type ReportPaperSize = class
Public Class ReportPaperSize
継承
ReportPaperSize

注釈

これはPageSettingsクラスによって用いられ、ExecutionInfoクラスの ReportPageSettings プロパティとして返されます。

コンストラクター

名前 説明
ReportPaperSize()

ReportPaperSize クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Height

報告書ページの高さ(ミリメートル)を表しています。 読み取り専用。

Width

報告書ページの高さ(ミリメートル)を表しています。 読み取り専用。

適用対象