Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The data stream that contains the report that is output by the rendering extension.
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 Data As Stream
Get
'Usage
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
Property Value
Type: System.IO.Stream
A data stream representing the rendered report.