Partager via


Propriété Page.InteractiveHeight

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property InteractiveHeight As ReportSize 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Page Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering