Udostępnij przez


Właściwość TablixRow.Height

Wysokość każdej komórka w tym wierszu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property Height As ReportSize
    Get
'Użycie
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