次の方法で共有


RenderedOutputFile.FileName プロパティ

ストリームの保存先となるレポート ファイルの名前です。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.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

説明

プロパティ

レポート ファイルの名前です。

関連項目

参照

RenderedOutputFile クラス

Microsoft.ReportingServices.Interfaces 名前空間