Compartilhar via


Propriedade do RDL Page.InteractiveHeight

Gets the default height for rendering the report when in an interactive renderer.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property InteractiveHeight As ReportSize 
    Get
'Uso
Dim instance As Page 
Dim value As ReportSize 

value = instance.InteractiveHeight
public ReportSize InteractiveHeight { get; }
public:
property ReportSize^ InteractiveHeight {
    ReportSize^ get ();
}
member InteractiveHeight : ReportSize
function get InteractiveHeight () : ReportSize

Valor da propriedade

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

Consulte também

Referência

Page Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering