ReportObject.Site Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

Implements

IComponent.Site

See Also

Reference

ReportObject Class

Microsoft.ReportingServices.RdlObjectModel Namespace