Свойство CustomData.DataRows
Gets or sets the data values to calculate for each detail “cell” of the data.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property DataRows As IList(Of IList(Of IList(Of DataValue)))
Get
Set
'Применение
Dim instance As CustomData
Dim value As IList(Of IList(Of IList(Of DataValue)))
value = instance.DataRows
instance.DataRows = value
public IList<IList<IList<DataValue>>> DataRows { get; set; }
public:
property IList<IList<IList<DataValue^>^>^>^ DataRows {
IList<IList<IList<DataValue^>^>^>^ get ();
void set (IList<IList<IList<DataValue^>^>^>^ value);
}
member DataRows : IList<IList<IList<DataValue>>> with get, set
function get DataRows () : IList<IList<IList<DataValue>>>
function set DataRows (value : IList<IList<IList<DataValue>>>)
Значение свойства
Тип: System.Collections.Generic.IList<IList<IList<DataValue>>>
An IList<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel