Proprietà PageSection.Height
Gets the height of the page section.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Height As ReportSize
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering