Partilhar via


Propriedade do RDL TablixRow.Height

Gets the height of each cell in this row.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property Height As ReportSize 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of each cell in this row.

Consulte também

Referência

TablixRow Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering