Proprietà Type
The MIME type of the stream in the Data property.
Spazio dei nomi Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property Type As String
Get
'Utilizzo
Dim instance As RenderedOutputFile
Dim value As String
value = instance.Type
public abstract string Type { get; }
public:
virtual property String^ Type {
String^ get () abstract;
}
abstract Type : string
abstract function get Type () : String
Valore proprietà
Tipo: System. . :: . .String
The MIME type of the stream.
Vedere anche