Partager via


Propriété Data

The data stream that contains the report that is output by the rendering extension.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Data As Stream
    Get
'Utilisation
Dim instance As RenderedOutputFile
Dim value As Stream

value = instance.Data
public abstract Stream Data { get; }
public:
virtual property Stream^ Data {
    Stream^ get () abstract;
}
abstract Data : Stream
abstract function get Data () : Stream

Valeur de propriété

Type : System.IO. . :: . .Stream
A data stream representing the rendered report.