RenderedOutputFile.Encoding 属性

The type of encoding for the file stream returned by the Data property.

命名空间:  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 Encoding As Encoding 
    Get
用法
Dim instance As RenderedOutputFile 
Dim value As Encoding 

value = instance.Encoding
public abstract Encoding Encoding { get; }
public:
virtual property Encoding^ Encoding {
    Encoding^ get () abstract;
}
abstract Encoding : Encoding
abstract function get Encoding () : Encoding

属性值

类型:System.Text.Encoding
The encoding of the report file stream.

请参阅

参考

RenderedOutputFile 类

Microsoft.ReportingServices.Interfaces 命名空间