Property | Type | Description | |
---|---|---|---|
Params | string |
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 |
public GetCommandText ( string dataSetName ) : string | ||
dataSetName | string | |
return | string |
public static Run ( string ReportName, string Params, bool UserVar = false ) : void | ||
ReportName | string | |
Params | string | |
UserVar | bool | |
return | void |
public static RunWithSubreports ( string ReportName, string Params, string subReportNames, bool UserVar = false ) : void | ||
ReportName | string | |
Params | string | |
subReportNames | string | |
UserVar | bool | |
return | void |
public SetCommandText ( string dataSetName, string value ) : void | ||
dataSetName | string | |
value | string | |
return | void |
public ViewReportExt ( string ReportName, bool UserVar = false ) : System | ||
ReportName | string | |
UserVar | bool | |
return | System |