Gets or sets the data source from which the report will retrieve data.
[Visual Basic]
Public Property DataSource As Object
[C#]
public object DataSource {get; set;}
An object that functions as a data source.
The data source can be set to any of the ActiveReports built-in data sources or to any of the following:
You cannot change the data source property settings after the report starts processing.
[C#]
private void rptProducts_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptProducts_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
ActiveReport Class | ActiveReport Members | DataMember | Walkthrough: Data Set Windows Application
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.