Compartir a través de


InteractiveHeight Propiedad

Default height for rendering the report when in an interactive renderer.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property InteractiveHeight As ReportSize
    Get
    Set
'Uso
Dim instance As Page
Dim value As ReportSize

value = instance.InteractiveHeight

instance.InteractiveHeight = value
public ReportSize InteractiveHeight { get; set; }
public:
property ReportSize InteractiveHeight {
    ReportSize get ();
    void set (ReportSize value);
}
member InteractiveHeight : ReportSize with get, set
function get InteractiveHeight () : ReportSize
function set InteractiveHeight (value : ReportSize)