Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering