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 rows of data in the tabular data.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property Rows As Collection(Of TabularDataRow)
Get
Set
'Uso
Dim instance As TabularData
Dim value As Collection(Of TabularDataRow)
value = instance.Rows
instance.Rows = value
[DataMemberAttribute]
public Collection<TabularDataRow> Rows { get; set; }
[DataMemberAttribute]
public:
property Collection<TabularDataRow^>^ Rows {
Collection<TabularDataRow^>^ get ();
void set (Collection<TabularDataRow^>^ value);
}
[<DataMemberAttribute>]
member Rows : Collection<TabularDataRow> with get, set
function get Rows () : Collection<TabularDataRow>
function set Rows (value : Collection<TabularDataRow>)
Valor da propriedade
Tipo: System.Collections.ObjectModel.Collection<TabularDataRow>
Returns Collection<T>.