Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IReportDao.ShowReportById示例
编程语言:
C# (CSharp)
类/类型:
IReportDao
方法/功能:
ShowReportById
hotexamples.com的示例:
1
C# (CSharp) IReportDao.ShowReportById - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IReportDao.ShowReportById
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
DeleteTemplate(2)
GetAutoTemplates(2)
SaveTemplate(2)
BuildUsersStatisticsReport(2)
GetTemplates(2)
GetTemplate(2)
AddRunReport(1)
GetOrderReports(1)
GetOrderReportsByAccountId(1)
GetPaymentReports(1)
GetProgramTypeList(1)
GetReportList(1)
GetReportsForComment(1)
GetReportsForPost(1)
GetRunReportsListByUserId(1)
GetRunReportById(1)
GetRunReportsListByPlantId(1)
GetMonthlyPaymentReports(1)
GetSpendingReports(1)
MonthlyCostsForDistrictView(1)
ReadAll(1)
ReadReports(1)
ShowReportById(1)
TotalCostsByEngineerView(1)
Update(1)
GetOrderReportWithOrderId(1)
GetDistributortReports(1)
GetMonthlyClaimReport(1)
CreateReport(1)
BuildMilestonesReport(1)
BuildProjectListReport(1)
BuildProjectWithoutActiveTask(1)
BuildProjectWithoutOpenMilestone(1)
BuildTaskListReport(1)
BuildTimeReport(1)
BuildUsersActivityReport(1)
CostsByDistrictView(1)
Create(1)
Delete(1)
GetInvoicePeriodList(1)
DeleteReport(1)
DeleteReportById(1)
Drop(1)
EditReportById(1)
FindReportsForDistrict(1)
FindReportsForState(1)
GetAllReportsList(1)
GetClaimReports(1)
GetDistributorBudgetReports(1)
AverageCostsByEngineerView(1)
常用方法
DeleteTemplate (2)
GetAutoTemplates (2)
SaveTemplate (2)
BuildUsersStatisticsReport (2)
GetTemplates (2)
GetTemplate (2)
AddRunReport (1)
GetOrderReports (1)
GetOrderReportsByAccountId (1)
GetPaymentReports (1)
常用方法
GetProgramTypeList (1)
GetReportList (1)
GetReportsForComment (1)
GetReportsForPost (1)
GetRunReportsListByUserId (1)
GetRunReportById (1)
GetRunReportsListByPlantId (1)
GetMonthlyPaymentReports (1)
GetSpendingReports (1)
MonthlyCostsForDistrictView (1)
ReadAll (1)
ReadReports (1)
ShowReportById (1)
TotalCostsByEngineerView (1)
Update (1)
GetOrderReportWithOrderId (1)
GetDistributortReports (1)
GetMonthlyClaimReport (1)
CreateReport (1)
BuildMilestonesReport (1)
常用方法
ReadAll (1)
ReadReports (1)
ShowReportById (1)
TotalCostsByEngineerView (1)
Update (1)
GetOrderReportWithOrderId (1)
GetDistributortReports (1)
GetMonthlyClaimReport (1)
CreateReport (1)
BuildMilestonesReport (1)
BuildProjectListReport (1)
BuildProjectWithoutActiveTask (1)
BuildProjectWithoutOpenMilestone (1)
BuildTaskListReport (1)
BuildTimeReport (1)
BuildUsersActivityReport (1)
CostsByDistrictView (1)
Create (1)
Delete (1)
GetInvoicePeriodList (1)
DeleteReport (1)
DeleteReportById (1)
Drop (1)
EditReportById (1)
FindReportsForDistrict (1)
FindReportsForState (1)
GetAllReportsList (1)
GetClaimReports (1)
GetDistributorBudgetReports (1)
AverageCostsByEngineerView (1)
常用方法
BuildProjectListReport (1)
BuildProjectWithoutActiveTask (1)
BuildProjectWithoutOpenMilestone (1)
BuildTaskListReport (1)
BuildTimeReport (1)
BuildUsersActivityReport (1)
CostsByDistrictView (1)
Create (1)
Delete (1)
GetInvoicePeriodList (1)
DeleteReport (1)
DeleteReportById (1)
Drop (1)
EditReportById (1)
FindReportsForDistrict (1)
FindReportsForState (1)
GetAllReportsList (1)
GetClaimReports (1)
GetDistributorBudgetReports (1)
AverageCostsByEngineerView (1)
UpdateReport (1)
示例#1
0
显示文件
文件:
ReportService.cs
项目:
codingsf/loosoft
public DefineReport ShowReportById(string id) { return(_runReportDao.ShowReportById(id)); }
x