Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether prompts for user credentials will be displayed.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property ShowCredentialPrompts As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowCredentialPrompts
instance.ShowCredentialPrompts = value
[DefaultValueAttribute(true)]
[CategoryAttribute("Appearance")]
public bool ShowCredentialPrompts { get; set; }
[DefaultValueAttribute(true)]
[CategoryAttribute(L"Appearance")]
public:
property bool ShowCredentialPrompts {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowCredentialPrompts ()
/** @property */
public void set_ShowCredentialPrompts (boolean value)
public function get ShowCredentialPrompts () : boolean
public function set ShowCredentialPrompts (value : boolean)
Property Value
A Boolean value. The default value is true.
Remarks
This property is ignored when ProcessingMode is set to Local.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace