Udostępnij za pośrednictwem


Właściwość Page.InteractiveHeight

Pobiera wysokość domyślna dla raportu w interaktywny mechanizm renderujący renderowania.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property InteractiveHeight As ReportSize
    Get
'Użycie
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