다음을 통해 공유


ServerReport.GetDataSources 메서드

정의

오버로드

GetDataSources()
GetDataSources(Boolean)

GetDataSources()

public:
 Microsoft::Reporting::WebForms::ReportDataSourceInfoCollection ^ GetDataSources();
public Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection GetDataSources ();
member this.GetDataSources : unit -> Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
Public Function GetDataSources () As ReportDataSourceInfoCollection

반환

적용 대상

GetDataSources(Boolean)

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

매개 변수

allCredentialsSet
Boolean

반환

적용 대상