DocumentViewerRemoteSourceSettings Members
Provides settings to a remote document source of a ASP.NET Document Viewer.Constructors
Name | Description |
---|---|
DocumentViewerRemoteSourceSettings(IPropertiesOwner) | Initializes a new instance of the DocumentViewerRemoteSourceSettings class with the specified owner. |
Fields
Name | Description |
---|---|
DefaultReportId | “-1“ |
Properties
Name | Description |
---|---|
AuthenticationType | Specifies the user authentication type that is appropriate to an assigned remote document source. |
CustomTokenStorage | Specifies a custom storage for the application’s cookies. |
EndpointConfigurationName | Specifies the name of an endpoint configuration located in the Web.config file. |
ReportId | Specifies the report ID to connect to a Report and Dashboard Server. |
ReportTypeName | Specifies the report type name to connect to a WCF report service. |
ServerUri | Specifies the Report and Dashboard Server URI (uniform resource identifier). |
TokenStorageMode | Specifies where to store the application’s cookie files. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. |
Changed(PropertiesBase) | Indicates the property whose value is changed. |
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. |
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. |
RequestParameters | Occurs when requesting report parameter values from a remote document source. |
See Also