Propriété RenderedOutputFile.FileName

The name of the report file in which the stream should be saved.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property FileName As String 
    Get
'Utilisation
Dim instance As RenderedOutputFile 
Dim value As String 

value = instance.FileName
public abstract string FileName { get; }
public:
virtual property String^ FileName {
    String^ get () abstract;
}
abstract FileName : string
abstract function get FileName () : String

Valeur de propriété

Type : System.String

Notes

Property

The name of the report file.

Voir aussi

Référence

RenderedOutputFile Classe

Espace de noms Microsoft.ReportingServices.Interfaces