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

适用于