Udostępnij za pośrednictwem


Właściwość Page.PageHeight

Pobiera wysokość domyślna dla renderowania raportu przy renderowaniu orientacji strona fizyczne.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property PageHeight As ReportSize
    Get
'Użycie
Dim instance As Page
Dim value As ReportSize

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