DataCell.DataValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.