[]
Represents the location of an SSRS report specified via execution ID of master report and ID of the drillthrough report.
[TypeConverter(typeof(SSRSDrillthroughReportLocation.TypeConverter))]
public class SSRSDrillthroughReportLocation : SSRSReportLocationBase
| Name | Description |
|---|---|
| SSRSDrillthroughReportLocation(string, string, string) | Initializes a new instance of the SSRSDrillthroughReportLocation class. |
| Name | Description |
|---|---|
| DrillthroughID | Gets the drillthrough report ID. |
| ExecutionID | Gets the execution ID of the master report. |
| Name | Description |
|---|---|
| Equals(object) | Compares the current report location to another one. |
| GetHashCode() | Returns the hash code for this report location. |