Propriété RenderedOutputFile.Encoding

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Encoding As Encoding 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

RenderedOutputFile Classe

Espace de noms Microsoft.ReportingServices.Interfaces