Metoda ReportingService2005.GetRenderResource
Zwraca zasób dla określonego rozszerzenie renderowania format.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetRenderResource", RequestNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
Public Function GetRenderResource ( _
Format As String, _
DeviceInfo As String, _
<OutAttribute> ByRef MimeType As String _
) As Byte()
'Użycie
Dim instance As ReportingService2005
Dim Format As String
Dim DeviceInfo As String
Dim MimeType As String
Dim returnValue As Byte()
returnValue = instance.GetRenderResource(Format, _
DeviceInfo, MimeType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetRenderResource", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
public byte[] GetRenderResource(
string Format,
string DeviceInfo,
out string MimeType
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetRenderResource", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
public:
array<unsigned char>^ GetRenderResource(
String^ Format,
String^ DeviceInfo,
[OutAttribute] String^% MimeType
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetRenderResource", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
member GetRenderResource :
Format:string *
DeviceInfo:string *
MimeType:string byref -> byte[]
public function GetRenderResource(
Format : String,
DeviceInfo : String,
MimeType : String
) : byte[]
Parametry
- Format
Typ: System.String
Format rozszerzenie renderowania, dla których mają być pobierane zasób (HTML4.0, XML, obrazów itd.).Lista rozszerzeń renderowania dostępne za pomocą ListExtensions metoda.
- DeviceInfo
Typ: System.String
Ustawienia specyficzne dla urządzenia używane przez rozszerzenie renderowania.
- MimeType
Typ: System.String%
[Brak] Typ MIME zasób.
Wartość zwracana
Typ: array<System.Byte[]
rozszerzenie renderowania zasób jako tablicy bajtowej algorytmem Base 64.Aby uzyskać więcej informacji na temat tego typu danych zobacz "Bajtową strukturą" w programie Microsoft.NET Framework dokumentacji.
Uwagi
W poniższej tabela przedstawiono informacje nagłówka i uprawnienia na tej operacji.
Nagłówki SOAP |
(Ruch wychodzący)ServerInfoHeaderValue |
Wymagane uprawnienia |
Brak |
Przykładem zasób renderowania, zwracanego przez GetRenderResource jest metoda plus (+) obrazu jest używany, aby rozwinąć grupy w formacie HTML rozszerzenie renderowania.Zależy od zasób, która zwraca metoda DeviceInfo parametr, który jest dostarczany.Aby uzyskać więcej informacji dotyczących urządzenia ustawienia informacji dla rozszerzeń renderowania, zobacz Ustawienia informacji o urządzeniu usług Reporting Services.