다음을 통해 공유


IDocumentMap 인터페이스

Represents a document map.

네임스페이스:  Microsoft.ReportingServices.ReportProcessing
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Interface IDocumentMap _
    Inherits IEnumerator(Of OnDemandDocumentMapNode), IDisposable, IEnumerator
‘사용 방법
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

IDocumentMap 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Current (IEnumerator<OnDemandDocumentMapNode>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Close Performs processing when the document map is closed by the end user.
공용 메서드 Dispose (IDisposable에서 상속됨)
공용 메서드 MoveNext (IEnumerator에서 상속됨)
공용 메서드 Reset (IEnumerator에서 상속됨)

맨 위로 이동

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

참고 항목

참조

Microsoft.ReportingServices.ReportProcessing 네임스페이스