Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
MFGSHttpClientCredentialTypeCredentialType
Gets the credential type.
get
stringDomain
Gets the domain for the credentials.
get
stringName
Gets the name of the server.
get
stringPassword
Gets the password for the credentials.
get
stringReportServerURL
Gets the URL of the server.
get
IExMFGSReportingSSRSReportCollectionReports
Gets the collection of reports for the server.
get
stringUserName
Gets 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