Свойство PageHeight
Gets the height of the page.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property PageHeight As ReportSize
Get
'Применение
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
Значение свойства
Тип Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize that indicates the height of the page.
См. также