[]
Represents the location of an SSRS report specified by a full path to the report on a server.
[TypeConverter(typeof(SSRSReportLocation.TypeConverter))]
public class SSRSReportLocation : SSRSReportLocationBase
| Name | Description |
|---|---|
| SSRSReportLocation(string, string) | Initializes a new instance of the SSRSReportLocation class. |
| Name | Description |
|---|---|
| ReportPath | Gets a full path to the report on the server. |
| Name | Description |
|---|---|
| Equals(object) | Compares the current report location to another one. |
| GetHashCode() | Returns the hash code for this report location. |
| ToString() | Converts the current report location to a string representation. |