DrillthroughEventArgs.ReportPath 属性

获取钻取报表的路径。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public ReadOnly Property ReportPath As String
    Get
用法
Dim instance As DrillthroughEventArgs
Dim value As String

value = instance.ReportPath
public string ReportPath { get; }
public:
property String^ ReportPath {
    String^ get ();
}
member ReportPath : string
function get ReportPath () : String

属性值

类型:System.String
一个只读 string 值。

请参阅

参考

DrillthroughEventArgs 类

Microsoft.Reporting.WinForms 命名空间