Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default height for rendering the report when in an interactive renderer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property InteractiveHeight As ReportSize
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportSize object.