DataCell.DataValues Property

Definition

A data value to pass to the custom report item.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::DataValueCollection ^ DataValues { Microsoft::ReportingServices::OnDemandReportRendering::DataValueCollection ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.DataValueCollection DataValues { get; }
member this.DataValues : Microsoft.ReportingServices.OnDemandReportRendering.DataValueCollection
Public MustOverride ReadOnly Property DataValues As DataValueCollection

Property Value

A DataValueCollection object.

Applies to