Tablix.Height Property

Gets the height of the tablix.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Height As ReportSize
    Get
'Usage
Dim instance As Tablix
Dim value As ReportSize

value = instance.Height
public override ReportSize Height { get; }
public:
virtual property ReportSize^ Height {
    ReportSize^ get () override;
}
abstract Height : ReportSize
override Height : ReportSize
override function get Height () : ReportSize