Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
'Declaration
Public Property Reference As String
Get
Set
'Usage
Dim instance As ItemReference
Dim value As String
value = instance.Reference
instance.Reference = value
public string Reference { get; set; }
public:
property String^ Reference {
String^ get ();
void set (String^ value);
}
member Reference : string with get, set
function get Reference () : String
function set Reference (value : String)
Property Value
Type: System.String