[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.CredentialsMode

CredentialsMode Enum

Specifies credentials mode

Namespace: GrapeCity.ActiveReports.Data
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum CredentialsMode

Fields

Name Description
Auto

Serves for backward compatibility with older reports, where it was automatically determined whether to invoke the credentials request window.

NoCredentials

Specifies that the credentials request window should not appear.

PromptForCredentials

Specifies that the credentials prompt window should appear.

Extension Methods