Właściwość PageSettings.PaperSize
Reprezentuje ustawienia rozmiaru papieru dla strona raportu.Tylko do odczytu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property PaperSize As ReportPaperSize
Get
Set
'Użycie
Dim instance As PageSettings
Dim value As ReportPaperSize
value = instance.PaperSize
instance.PaperSize = value
public ReportPaperSize PaperSize { get; set; }
public:
property ReportPaperSize^ PaperSize {
ReportPaperSize^ get ();
void set (ReportPaperSize^ value);
}
member PaperSize : ReportPaperSize with get, set
function get PaperSize () : ReportPaperSize
function set PaperSize (value : ReportPaperSize)
Wartość właściwości
Typ: ReportExecution2005.ReportPaperSize
Tylko do odczytu ReportPaperSize obiektu encapsulating rozmiar papieru dla strona raportu.