Skip to main content
A newer version of this page is available. .
All docs
V22.2
.NET Framework 4.5.2+

DataSourceBase.Site Property

Specifies the ISite of the Component.

Namespace: DevExpress.Persistent.Base.ReportsV2

Assembly: DevExpress.Persistent.Base.v22.2.dll

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
ISite

The functionality required by sites.

Remarks

For more information, refer to the following topic: Component.Site.

See Also