ServerReport.GetDataSources Metodo

Definizione

Overload

GetDataSources()
GetDataSources(Boolean)

GetDataSources()

public:
 Microsoft::Reporting::WebForms::ReportDataSourceInfoCollection ^ GetDataSources();
public Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection GetDataSources ();
Public Function GetDataSources () As ReportDataSourceInfoCollection

Restituisce

ReportDataSourceInfoCollection

Si applica a

GetDataSources(Boolean)

public:
 Microsoft::Reporting::WebForms::ReportDataSourceInfoCollection ^ GetDataSources([Runtime::InteropServices::Out] bool % allCredentialsSet);
public Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection GetDataSources (out bool allCredentialsSet);
Public Function GetDataSources (ByRef allCredentialsSet As Boolean) As ReportDataSourceInfoCollection

Parametri

allCredentialsSet
Boolean

Restituisce

ReportDataSourceInfoCollection

Si applica a