Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the height of each cell in this row.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Height As ReportSize
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the height of each cell in this row.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace