Freigeben über


ReportObject.Site-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the site associated with the ReportObject object.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property Site As ISite 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Implementiert

IComponent.Site

Siehe auch

Verweis

ReportObject Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace