Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the height of each cell in this row.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property Height As ReportSize
Get
'Utilizzo
Dim instance As TablixRow
Dim value As ReportSize
value = instance.Height
public abstract ReportSize Height { get; }
public:
virtual property ReportSize^ Height {
ReportSize^ get () abstract;
}
abstract Height : ReportSize
abstract function get Height () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of each cell in this row.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering