Proprietà Height
Height of the item.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Height As ReportSize
Get
'Utilizzo
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Height
public virtual ReportSize Height { get; }
public:
virtual property ReportSize^ Height {
ReportSize^ get ();
}
abstract Height : ReportSize
override Height : ReportSize
function get Height () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Vedere anche