Propriedade do RDL Report.PageHeight
Gets the height of the page.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering.ReportSize
A ReportSize indicating the height of the page.