InteractiveHeight Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the default height of a report that is rendered in the HTML or GDI rendering extensions.
Datatype Characteristics
Characteristic | Description |
---|---|
Data type and length |
Size |
Default value |
Element Relationships
Relationship | Element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
The InteractiveHeight property is used to set the default page size for reports that are rendered in an HTML output format. Both of these rendering extensions require additional report processing when a user clicks a hyperlink, for example. For both rendering extensions, the report must be re-rendered to show the results of the user interaction.
Note
Other rendering extensions that use desktop applications or client viewers to show a rendered report can support user interaction within the application or viewer, without having to reprocess the report on the report server.
The string for the InteractiveHeight element value must be a Size.
There is no maximum size for InteractiveHeight. A value of 0 is used to specify infinite height, regardless of the size designator it is paired with.
The requirements for the default page size vary based on the rendering extension that is used to output the report. A report might need more than one default page size depending on the rendering extension that is used (for example, you might specify one default value for page-oriented rendering extensions and a different default value for interactive rendering extensions). To accommodate page height for all of the rendering extensions, you should set InteractiveHeight and PageHeight.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Exporting to HTML