Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SrsReportDataContract object for the report.
Syntax
public SrsReportDataContract parmReportContract([SrsReportDataContract _reportDataContract])
Run On
Called
Parameters
- _reportDataContract
Type: SrsReportDataContract Class
The report contract to set.
Return Value
Type: SrsReportDataContract Class
The report data contract.
Remarks
This API should be used to get the underlying data contract of the report.
The report RDL is parsed and a data contract instance is created. This contract provides the ability to set or get report parameter values.