Partilhar via


Propriedade do RDL ReportObject.Site

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the site associated with the ReportObject object.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property Site As ISite 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IComponent.Site

Consulte também

Referência

ReportObject Classe

Namespace Microsoft.ReportingServices.RdlObjectModel