DrillThroughResult Constructors
Holds information on the target report for the drill-through report.| Name | Parameters | Description |
|---|---|---|
| DrillThroughResult(XtraReport) | report | Initializes a new instance of the DrillThroughResult class with specified settings. |
| DrillThroughResult(CachedReportSourceWeb) | cachedReportSource | Initializes a new instance of the DrillThroughResult class with specified settings. |
| DrillThroughResult(String, XtraReport) | reportIdentifier, report | Initializes a new instance of the DrillThroughResult class with specified settings. |
| DrillThroughResult(String, CachedReportSourceWeb) | reportIdentifier, cachedReportSource | Initializes a new instance of the DrillThroughResult class with specified settings. |
| DrillThroughResult(String) | reportIdentifier | Initializes a new instance of the DrillThroughResult class with specified settings. |
See Also