Property | Type | Description | |
---|---|---|---|
CreateRuntimeName | string | ||
GetPageExpressionRows | Rows | ||
RunRenderMht | void | ||
RunRenderXmlTransform | void | ||
SetReportDefinition | void | ||
SubreportDataRetrievalTriggerEvent | void |
Method | Description | |
---|---|---|
BuildPages ( ) : fyiReporting.RDL.Pages |
Build the Pages for this report.
|
|
ErrorReset ( ) : void |
Clear all errors generated up to now.
|
|
Report ( fyiReporting.RDL.ReportDefn r ) : System |
Construct a runtime Report object using the compiled report definition.
|
|
RunGetData ( IDictionary parms ) : bool |
Read all the DataSets in the report
|
|
RunRender ( IStreamGen sg, OutputPresentationType type ) : void |
Renders the report using the requested presentation type.
|
|
RunRender ( IStreamGen sg, OutputPresentationType type, string prefix ) : void |
Renders the report using the requested presentation type.
|
|
RunRenderPdf ( IStreamGen sg, fyiReporting.RDL.Pages pgs ) : void |
RunRenderPdf will render a Pdf given the page structure
|
|
RunRenderTif ( IStreamGen sg, fyiReporting.RDL.Pages pgs, bool bColor ) : void |
RunRenderTif will render a TIF given the page structure
|
Method | Description | |
---|---|---|
OnSubreportDataRetrieval ( |
Method | Description | |
---|---|---|
CreateRuntimeName ( object ro ) : string | ||
GetPageExpressionRows ( string exprname ) : Rows | ||
RunRenderMht ( IStreamGen sg ) : void | ||
RunRenderXmlTransform ( IStreamGen sg, fyiReporting.RDL.MemoryStreamGen msg ) : void | ||
SetReportDefinition ( fyiReporting.RDL.ReportDefn r ) : void | ||
SubreportDataRetrievalTriggerEvent ( ) : void |
public BuildPages ( ) : fyiReporting.RDL.Pages | ||
return | fyiReporting.RDL.Pages |
protected OnSubreportDataRetrieval ( |
||
e | ||
return | void |
public Report ( fyiReporting.RDL.ReportDefn r ) : System | ||
r | fyiReporting.RDL.ReportDefn | |
return | System |
public RunGetData ( IDictionary parms ) : bool | ||
parms | IDictionary | |
return | bool |
public RunRender ( IStreamGen sg, OutputPresentationType type ) : void | ||
sg | IStreamGen | IStreamGen for generating result stream |
type | OutputPresentationType | Presentation type: HTML, XML, PDF, or ASP compatible HTML |
return | void |
public RunRender ( IStreamGen sg, OutputPresentationType type, string prefix ) : void | ||
sg | IStreamGen | IStreamGen for generating result stream |
type | OutputPresentationType | Presentation type: HTML, XML, PDF, MHT, or ASP compatible HTML |
prefix | string | For HTML puts prefix allowing unique name generation |
return | void |
public RunRenderPdf ( IStreamGen sg, fyiReporting.RDL.Pages pgs ) : void | ||
sg | IStreamGen | |
pgs | fyiReporting.RDL.Pages | |
return | void |
public RunRenderTif ( IStreamGen sg, fyiReporting.RDL.Pages pgs, bool bColor ) : void | ||
sg | IStreamGen | |
pgs | fyiReporting.RDL.Pages | |
bColor | bool | |
return | void |