Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.