IDocumentMap 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表文件映射。
public interface class IDocumentMap : System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::ReportProcessing::OnDemandDocumentMapNode ^>
public interface IDocumentMap : System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.ReportProcessing.OnDemandDocumentMapNode>
type IDocumentMap = interface
interface IEnumerator<OnDemandDocumentMapNode>
interface IDisposable
interface IEnumerator
Public Interface IDocumentMap
Implements IEnumerator(Of OnDemandDocumentMapNode)
- 實作
範例
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
方法
| 名稱 | Description |
|---|---|
| Close() |
當最終使用者關閉文件映射時,執行處理。 |