Partager via


Propriété 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