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.
Represents a document map.
Espacio de nombres: Microsoft.ReportingServices.ReportProcessing
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Interface IDocumentMap _
Inherits IEnumerator(Of OnDemandDocumentMapNode), IDisposable, IEnumerator
'Uso
Dim instance As IDocumentMap
public interface IDocumentMap : IEnumerator<OnDemandDocumentMapNode>,
IDisposable, IEnumerator
public interface class IDocumentMap : IEnumerator<OnDemandDocumentMapNode^>,
IDisposable, IEnumerator
type IDocumentMap =
interface
interface IEnumerator<OnDemandDocumentMapNode>
interface IDisposable
interface IEnumerator
end
public interface IDocumentMap extends IEnumerator<OnDemandDocumentMapNode>, IDisposable, IEnumerator
El tipo IDocumentMap expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Current | (Se hereda de IEnumerator<OnDemandDocumentMapNode>.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Close | Performs processing when the document map is closed by the end user. |
![]() |
Dispose | (Se hereda de IDisposable.) |
![]() |
MoveNext | (Se hereda de IEnumerator.) |
![]() |
Reset | (Se hereda de IEnumerator.) |
Arriba
Ejemplos
public class MyDocumentMapImpl : IdocumentMap
{
private bool m_isClosed = true;
...
public void Close()
{
m_isClosed = true;
}
}
Public Class MyDocumentMapImpl
Inherits IdocumentMap
Private m_isClosed As Boolean = True
...
Public Sub Close()
m_isClosed = True
End Sub
End Class
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportProcessing
.gif)
.gif)