Metodo RdlCollection<T>.ClearItems
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Removes all the items in the collection.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected Overrides Sub ClearItems
'Utilizzo
Me.ClearItems()
protected override void ClearItems()
protected:
virtual void ClearItems() override
abstract ClearItems : unit -> unit
override ClearItems : unit -> unit
protected override function ClearItems()