FileName Propiedad
The name of the report file in which the stream should be saved.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.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