Propriedade do RDL Height
Gets the height of the tablix.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property Height As ReportSize
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Consulte também