Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.75 KB

Project.application.showreportdatapane.md

File metadata and controls

55 lines (30 loc) · 1.75 KB
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Application.ShowReportDataPane method (Project)
vbapj.chm152
vbapj.chm152
project-server
7f0e991a-df7c-9534-45de-50d3839fbac7
06/08/2017
medium

Application.ShowReportDataPane method (Project)

Shows or hides the report data pane, when a chart shape or table shape is selected in a report.

Syntax

expression. ShowReportDataPane (Show)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Show Optional Boolean True to show the report data pane; False to hide the data pane. When the Show parameter is missing, ShowReportDataPane toggles the report data pane between visible and not visible.

Return value

Boolean

True if the ShowReportDataPane method is successful; otherwise, False.

Remarks

When a chart shape or table shape is selected in a report, the ShowReportDataPane method can show or hide the Field List data pane for the chart or table. The method corresponds to the Show Field List command or Hide Field List command in the option menu when you right-click a chart or a table.

If a chart or table is not selected, the ShowReportDataPane method displays a dialog box with run-time error 1100, "The method is not available in this situation." For other views, such as the Gantt chart, the ShowReportDataPane method has no effect, but returns True.

See also

Application Object

ReportTable Object Chart Object

[!includeSupport and feedback]