PageSection.Height Propiedad
Gets the height of the page section.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Height As ReportSize
Get
'Uso
Dim instance As PageSection
Dim value As ReportSize
value = instance.Height
public ReportSize Height { get; }
public:
property ReportSize^ Height {
ReportSize^ get ();
}
member Height : ReportSize
function get Height () : ReportSize
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering