DocumentMapNavigationEventArgs 构造函数
构造一个 DocumentMapNavigationEventArgs 对象。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Sub New ( _
docMapID As String _
)
用法
Dim docMapID As String
Dim instance As New DocumentMapNavigationEventArgs(docMapID)
public DocumentMapNavigationEventArgs(
string docMapID
)
public:
DocumentMapNavigationEventArgs(
String^ docMapID
)
new :
docMapID:string -> DocumentMapNavigationEventArgs
public function DocumentMapNavigationEventArgs(
docMapID : String
)
参数
- docMapID
类型:System.String
一个包含文档结构图节点 ID 的字符串值。