Partager via


Propriété Tablix.Height

Gets the height of the tablix.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Height As ReportSize 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering