RenderedOutputFile.Encoding Property
The type of encoding for the file stream returned by the Data property.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Encoding As Encoding
Get
'Usage
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
Property Value
Type: System.Text.Encoding
The encoding of the report file stream.