コード例 #1
0
 public static object GetReportParameters(ReportViewer element) =>
 element.GetValue(ReportParametersProperty);
コード例 #2
0
 public static string GetDataSourceName(ReportViewer element) =>
 (string)element.GetValue(DataSourceNameProperty);
コード例 #3
0
 public static object GetDataSourceValue(ReportViewer element) =>
 element.GetValue(DataSourceValueProperty);
コード例 #4
0
 public static string GetReportSource(ReportViewer element) =>
 (string)element.GetValue(ReportSourceProperty);