RenderedOutputFile.FileName 属性

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

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public MustOverride ReadOnly Property FileName As String
    Get
用法
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

属性值

类型:System.String

注释

Property

The name of the report file.