C# Class LibRdlCrossPlatformViewer.ReportViewer

Inheritance: VBox
Exibir arquivo Open project: majorsilence/My-FyiReporting Class Usage Examples

Public Properties

Property Type Description
DataSourceReferencePassword NeedPassword

Public Methods

Method Description
LoadReport ( Uri filename ) : void

Loads the report.

LoadReport ( Uri sourcefile, string parameters ) : void

Loads the report.

LoadReport ( Uri filename, string parameters, string connectionString ) : void
Rebuild ( ) : void
ReportViewer ( ) : System
SaveAs ( ) : void
SaveAs ( string FileName, fyiReporting type ) : void

Private Methods

Method Description
GetParmeters ( string parms ) : ListDictionary
GetReport ( string reportSource ) : Report

Method Details

LoadReport() public method

Loads the report.
public LoadReport ( Uri filename ) : void
filename System.Uri /// Filename. ///
return void

LoadReport() public method

Loads the report.
public LoadReport ( Uri sourcefile, string parameters ) : void
sourcefile System.Uri
parameters string /// Example: parameter1=someValue¶meter2=anotherValue ///
return void

LoadReport() public method

public LoadReport ( Uri filename, string parameters, string connectionString ) : void
filename System.Uri
parameters string
connectionString string
return void

Rebuild() public method

public Rebuild ( ) : void
return void

ReportViewer() public method

public ReportViewer ( ) : System
return System

SaveAs() public method

public SaveAs ( ) : void
return void

SaveAs() public method

public SaveAs ( string FileName, fyiReporting type ) : void
FileName string
type fyiReporting
return void

Property Details

DataSourceReferencePassword public_oe property

public NeedPassword DataSourceReferencePassword
return NeedPassword