C# Class QSProjectsLib.ViewReportExt

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Свойство Type Description
Params string

Méthodes publiques

Méthode 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 méthode

public GetCommandText ( string dataSetName ) : string
dataSetName string
Résultat string

Run() public méthode

public Run ( ) : void
Résultat void

Run() public static méthode

public static Run ( string ReportName, string Params, bool UserVar = false ) : void
ReportName string
Params string
UserVar bool
Résultat void

RunWithSubreports() public static méthode

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

SaveToTemp() public méthode

public SaveToTemp ( ) : void
Résultat void

SetCommandText() public méthode

public SetCommandText ( string dataSetName, string value ) : void
dataSetName string
value string
Résultat void

ViewReportExt() public méthode

public ViewReportExt ( string ReportName, bool UserVar = false ) : System
ReportName string
UserVar bool
Résultat System

Property Details

Params public_oe property

public string Params
Résultat string