Partilhar via


Propriedade do RDL RenderedOutputFile.FileName

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property FileName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

Comentários

Property

The name of the report file.

Consulte também

Referência

RenderedOutputFile Classe

Namespace Microsoft.ReportingServices.Interfaces