RenderedOutputFile.FileName Property
The name of the report file in which the stream should be saved.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FileName As String
Get
'Usage
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
Property Value
Type: System.String
Remarks
Property
The name of the report file.