MVCxDocumentViewerRemoteSourceSettings Members
Provides settings to a remote document source of a ASP.NET Document Viewer.Constructors
Name | Description |
---|---|
MVCxDocumentViewerRemoteSourceSettings() | Initializes a new instance of the MVCxDocumentViewerRemoteSourceSettings class with default settings. |
Fields
Name | Description |
---|---|
DefaultReportId static | “-1“ Inherited from DocumentViewerRemoteSourceSettings. |
Properties
Name | Description |
---|---|
AuthenticationType | Specifies the user authentication type that is appropriate to an assigned remote document source. Inherited from DocumentViewerRemoteSourceSettings. |
CustomTokenStorage | Specifies a custom storage for the application’s cookies. Inherited from DocumentViewerRemoteSourceSettings. |
EndpointConfigurationName | Specifies the name of an endpoint configuration located in the Web.config file. Inherited from DocumentViewerRemoteSourceSettings. |
ReportId | Specifies the report ID to connect to a Report and Dashboard Server. Inherited from DocumentViewerRemoteSourceSettings. |
ReportTypeName | Specifies the report type name to connect to a WCF report service. Inherited from DocumentViewerRemoteSourceSettings. |
ServerUri | Specifies the Report and Dashboard Server URI (uniform resource identifier). Inherited from DocumentViewerRemoteSourceSettings. |
TokenStorageMode | Specifies where to store the application’s cookie files. Inherited from DocumentViewerRemoteSourceSettings. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from DocumentViewerRemoteSourceSettings. |
Changed(PropertiesBase) | Indicates the property whose value is changed. Inherited from DocumentViewerRemoteSourceSettings. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets the remote document source settings to their default values. Inherited from DocumentViewerRemoteSourceSettings. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
Events
Name | Description |
---|---|
RequestCredentials | Occurs after the user credentials have been requested by a remote report service during authentication. Inherited from DocumentViewerRemoteSourceSettings. |
RequestParameters | Occurs when requesting report parameter values from a remote document source. Inherited from DocumentViewerRemoteSourceSettings. |
See Also