This topic has not yet been rated - Rate this topic

IDocumentMap Interface

Represents a document map.

Namespace:  Microsoft.ReportingServices.ReportProcessing
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
public interface IDocumentMap : IEnumerator<OnDemandDocumentMapNode>, 
	IDisposable, IEnumerator
public class MyDocumentMapImpl : IdocumentMap
{
   private bool m_isClosed = true;
   ...
   public void Close()
   {
      m_isClosed = true;
   }
}
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.