Back to Devexpress

ViewDataSource.Properties Property

expressappframework-devexpress-dot-persistent-dot-base-dot-reportsv2-dot-viewdatasource.md

latest1.9 KB
Original Source

ViewDataSource.Properties Property

Gets the list of fields to be loaded from the data store.

Namespace : DevExpress.Persistent.Base.ReportsV2

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public ViewPropertiesCollection Properties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True)>
Public ReadOnly Property Properties As ViewPropertiesCollection

Property Value

TypeDescription
DevExpress.Persistent.Base.ReportsV2.ViewPropertiesCollection

A ViewPropertiesCollection object that specifies the list of fields to be loaded from the data store.

|

Remarks

A collection of DataViewExpression objects is populated based on this property, and then passed to the IObjectSpace.CreateDataView method as the expressions parameter.

See Also

Reports V2 Module

ViewDataSource Class

ViewDataSource Members

DevExpress.Persistent.Base.ReportsV2 Namespace