ReportViewerWebPart.PromptAreaMode Property

Definition

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

public:
 property Microsoft::ReportingServices::SharePoint::UI::WebParts::CollapsibleDisplayMode PromptAreaMode { Microsoft::ReportingServices::SharePoint::UI::WebParts::CollapsibleDisplayMode get(); void set(Microsoft::ReportingServices::SharePoint::UI::WebParts::CollapsibleDisplayMode value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public Microsoft.ReportingServices.SharePoint.UI.WebParts.CollapsibleDisplayMode PromptAreaMode { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.PromptAreaMode : Microsoft.ReportingServices.SharePoint.UI.WebParts.CollapsibleDisplayMode with get, set
Public Property PromptAreaMode As CollapsibleDisplayMode

Property Value

A CollapsibleDisplayMode enumeration value.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarks

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

Applies to