Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the height of each cell in this row.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Height As ReportSize
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of each cell in this row.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering