C# Class LibRdlCrossPlatformViewer.ReportViewer

Inheritance: VBox
Afficher le fichier Open project: majorsilence/My-FyiReporting Class Usage Examples

Méthodes publiques

Свойство Type Description
DataSourceReferencePassword NeedPassword

Méthodes publiques

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

Méthode Description
GetParmeters ( string parms ) : ListDictionary
GetReport ( string reportSource ) : Report

Method Details

LoadReport() public méthode

Loads the report.
public LoadReport ( Uri filename ) : void
filename System.Uri /// Filename. ///
Résultat void

LoadReport() public méthode

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

LoadReport() public méthode

public LoadReport ( Uri filename, string parameters, string connectionString ) : void
filename System.Uri
parameters string
connectionString string
Résultat void

Rebuild() public méthode

public Rebuild ( ) : void
Résultat void

ReportViewer() public méthode

public ReportViewer ( ) : System
Résultat System

SaveAs() public méthode

public SaveAs ( ) : void
Résultat void

SaveAs() public méthode

public SaveAs ( string FileName, fyiReporting type ) : void
FileName string
type fyiReporting
Résultat void

Property Details

DataSourceReferencePassword public_oe property

public NeedPassword DataSourceReferencePassword
Résultat NeedPassword