C# Class QSProjectsLib.ViewReportExt

ファイルを表示 Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
Params string

Public Methods

Method Description
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

Method Details

GetCommandText() public method

public GetCommandText ( string dataSetName ) : string
dataSetName string
return string

Run() public method

public Run ( ) : void
return void

Run() public static method

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

RunWithSubreports() public static method

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

SaveToTemp() public method

public SaveToTemp ( ) : void
return void

SetCommandText() public method

public SetCommandText ( string dataSetName, string value ) : void
dataSetName string
value string
return void

ViewReportExt() public method

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

Property Details

Params public_oe property

public string Params
return string