IReportData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties for a report data.
public interface class IReportData
public interface IReportData
type IReportData = interface
Public Interface IReportData
- Derived
Properties
DataSets |
Gets the collection of dataset that is displayed as part of the report. |
DataSources |
Gets the collection of data sources from which datasets are taken for the report. |
ReportParameters |
Gets the parameters for the report. |
ReportParametersLayout |
Gets the report parameters layout. |