共用方式為


InteractiveHeight 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property InteractiveHeight As ReportSize
    Get
'用途
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