Proprietà ReportObject.Site

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the site associated with the ReportObject object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Property Site As ISite 
    Get 
    Set
'Utilizzo
Dim instance As ReportObject 
Dim value As ISite 

value = instance.Site

instance.Site = value
[BrowsableAttribute(false)]
public ISite Site { get; set; }
[BrowsableAttribute(false)]
public:
virtual property ISite^ Site {
    ISite^ get () sealed;
    void set (ISite^ value) sealed;
}
[<BrowsableAttribute(false)>]
abstract Site : ISite with get, set
[<BrowsableAttribute(false)>]
override Site : ISite with get, set
final function get Site () : ISite 
final function set Site (value : ISite)

Valore proprietà

Tipo: System.ComponentModel.ISite
The site associated with the ReportObject object.

Implementa

IComponent.Site

Vedere anche

Riferimento

ReportObject Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel