Share via


RenderedOutputFile.Encoding Property

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

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 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.

See Also

Reference

RenderedOutputFile Class

Microsoft.ReportingServices.Interfaces Namespace