PageHeight Propiedad
Gets the height of the page.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property PageHeight As ReportSize
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize that indicates the height of the page.
Vea también