How to Configure the Maximum Rows Returned in the Values List

Report Viewer in Configuration Manager 2007 limits the number of rows returned to 1,000 rows when you click Values and the values list displays for a prompt. The maximum number of rows returned by the query for the prompt that populates the values list can be modified by creating a registry key and setting a value on site system computers that have the reporting point role.

注意

Increasing the maximum number of rows for queries that return a large amount of data or queries that are inefficiently written might cause performance issues when the values are displayed.

Use the following procedure to configure the maximum number of rows returned in the values list.

To configure the number of rows returned in a values list

  1. Open the Registry Editor on the reporting point computer.

  2. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Reporting.

  3. Create a DWORD value named Values Rowcount, and then set its value to the number of rows that you want returned in the report query. If you want to return all rows, set the value to 0xffffffff, which is the hexadecimal equivalent of –1.

    The configured number of rows is returned by any prompt query that is run from this reporting point.

See Also

Tasks

How to Create or Modify Report Prompts

Concepts

About Report Prompts
About Report Viewer