Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an IEnumerator interface that allows you to iterate through the collection.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Function GetEnumerator As IEnumerator
'Uso
Dim instance As StyleBase
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
IEnumerator^ GetEnumerator()
member GetEnumerator : unit -> IEnumerator
public function GetEnumerator() : IEnumerator
Valor devuelto
Tipo: System.Collections.IEnumerator
An IEnumerator interface for the StyleBase object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering