Propriedade do RDL TabularData.Rows
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the collection of rows in the tabular data.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property Rows As IList(Of TabularDataRow)
Get
Set
'Uso
Dim instance As TabularData
Dim value As IList(Of TabularDataRow)
value = instance.Rows
instance.Rows = value
[DataMemberAttribute]
public IList<TabularDataRow> Rows { get; set; }
[DataMemberAttribute]
public:
property IList<TabularDataRow^>^ Rows {
IList<TabularDataRow^>^ get ();
void set (IList<TabularDataRow^>^ value);
}
[<DataMemberAttribute>]
member Rows : IList<TabularDataRow> with get, set
function get Rows () : IList<TabularDataRow>
function set Rows (value : IList<TabularDataRow>)
Valor da propriedade
Tipo: System.Collections.Generic.IList<TabularDataRow>
The collection of rows in the tabular data.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts