[]
        
(Showing Draft Content)

C1.WPF.Document.SSRSReportLocation

SSRSReportLocation Class

Represents the location of an SSRS report specified by a full path to the report on a server.

Inheritance
SSRSReportLocation
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class SSRSReportLocation : SSRSReportLocationBase

Constructors

Name Description
SSRSReportLocation(string, string)

Initializes a new instance of the SSRSReportLocation class.

Properties

Name Description
ReportPath

Gets a full path to the report on the server.

Methods

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.