Compartir a través de


RenderedOutputFile.FileName Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String

Comentarios

Property

The name of the report file.

Vea también

Referencia

RenderedOutputFile Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces