Właściwość Report.PageHeight
Pobiera wysokość strona.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property PageHeight As ReportSize
Get
'Użycie
Dim instance As Report
Dim value As ReportSize
value = instance.PageHeight
public ReportSize PageHeight { get; }
public:
property ReportSize^ PageHeight {
ReportSize^ get ();
}
member PageHeight : ReportSize
function get PageHeight () : ReportSize
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize wskazujące wysokość strona.