ReportViewerWebPart::PromptAreaMode Property

 

Updated: February 25, 2016

Gets or sets a value that indicates the visibility mode of the parameter prompt area and the credential prompt area (if applicable).

Namespace:   Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

public:
[WebPartStorageAttribute(Storage::Shared)]
property CollapsibleDisplayMode PromptAreaMode {
	CollapsibleDisplayMode get();
	void set(CollapsibleDisplayMode value);
}

This property can be configured using the Prompt Area list box in the tool pane of the Web-based Web Part design user interface.

Return to top
Show: