ServerReport.GetDataSources 方法

定義

多載

GetDataSources()
GetDataSources(Boolean)

GetDataSources()

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

傳回

ReportDataSourceInfoCollection

適用於

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

參數

allCredentialsSet
Boolean

傳回

ReportDataSourceInfoCollection

適用於