MFGS ReportingSSRS Server
MFGSReportingSSRSServer Public interface
Description
Describes methods and properties of a SSRS report.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSReportingSSRSServer[[IExMFGSReportingSSRSServer]] class VGWWCoreIEx.IExMFGSReportingSSRSServer interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
MFGSHttpClientCredentialType | CredentialTypeGets the credential type. | get |
string | DomainGets the domain for the credentials. | get |
string | NameGets the name of the server. | get |
string | PasswordGets the password for the credentials. | get |
string | ReportServerURLGets the URL of the server. | get |
IExMFGSReportingSSRSReportCollection | ReportsGets the collection of reports for the server. | get |
string | UserNameGets the user name for the credentials. | get |
Details
Summary
Describes methods and properties of a SSRS report.
Properties
Name
public string Name { get; }Summary
Gets the name of the server.
ReportServerURL
public string ReportServerURL { get; }Summary
Gets the URL of the server.
UserName
public string UserName { get; }Summary
Gets the user name for the credentials.
Password
public string Password { get; }Summary
Gets the password for the credentials.
Domain
public string Domain { get; }Summary
Gets the domain for the credentials.
CredentialType
public MFGSHttpClientCredentialType CredentialType { get; }Summary
Gets the credential type.
Reports
public IExMFGSReportingSSRSReportCollection Reports { get; }Summary
Gets the collection of reports for the server.
Generated with ModularDoc