ItemReference.Reference Property

 

Applies To: SQL Server 2016 Preview

The fully qualified URL of the referenced item including the file name (and extension in SharePoint mode).

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public string Reference { get; set; }
public:
property String^ Reference {
    String^ get();
    void set(String^ value);
}
member Reference : string with get, set
Public Property Reference As String

Property Value

Type: System.String

See Also

ItemReference Class
ReportService2010 Namespace

Return to top