C# 클래스 QSProjectsLib.ViewReportExt

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Params string

공개 메소드들

메소드 설명
GetCommandText ( string dataSetName ) : string
Run ( ) : void
Run ( string ReportName, string Params, bool UserVar = false ) : void
RunWithSubreports ( string ReportName, string Params, string subReportNames, bool UserVar = false ) : void
SaveToTemp ( ) : void
SetCommandText ( string dataSetName, string value ) : void
ViewReportExt ( string ReportName, bool UserVar = false ) : System

메소드 상세

GetCommandText() 공개 메소드

public GetCommandText ( string dataSetName ) : string
dataSetName string
리턴 string

Run() 공개 메소드

public Run ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( string ReportName, string Params, bool UserVar = false ) : void
ReportName string
Params string
UserVar bool
리턴 void

RunWithSubreports() 공개 정적인 메소드

public static RunWithSubreports ( string ReportName, string Params, string subReportNames, bool UserVar = false ) : void
ReportName string
Params string
subReportNames string
UserVar bool
리턴 void

SaveToTemp() 공개 메소드

public SaveToTemp ( ) : void
리턴 void

SetCommandText() 공개 메소드

public SetCommandText ( string dataSetName, string value ) : void
dataSetName string
value string
리턴 void

ViewReportExt() 공개 메소드

public ViewReportExt ( string ReportName, bool UserVar = false ) : System
ReportName string
UserVar bool
리턴 System

프로퍼티 상세

Params 공개적으로 프로퍼티

public string Params
리턴 string