ReportingService2005.GetRenderResource Yöntemi
Kaynak için belirtilen işleme uzantısı biçiminde döndürür.
Ad Alanı: ReportService2005
Derleme: ReportService2005 (ReportService2005 içinde.dll)
Sözdizimi
'Bildirim
<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()
'Kullanım
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[]
Parametreler
- Format
Tür: System.String
(Bazı, xml, resim vb.) kaynak almak üzere işleme uzantısı biçimi.Kullanılabilir işleme uzantıları listesi için kullanmak ListExtensions yöntem.
- DeviceInfo
Tür: System.String
Aygıta özgü ayarları tarafından işleme uzantısı kullanılır.
- MimeType
Tür: System.String%
[Çıkış] Kaynak MIME türü.
Dönüş Değeri
Tür: array<System.Byte[]
Bir Base 64 ile kodlanmış bir bayt dizisi olarak işleme uzantısı kaynak.Bu veri türü hakkında daha fazla bilgi için bkz: "Bayt yapısı" Microsoft.net Framework belgeleri.
Açıklamalar
Aşağıdaki tablo üstbilgi ve izinler bu işlemi gösterir.
soap üstbilgileri |
(Giden)ServerInfoHeaderValue |
Gerekli izinler |
Hiçbiri |
Bir örneği tarafından döndürülen bir işleme kaynak GetRenderResource yöntem olan artı (+) html işleme uzantısı grupları genişletmek için kullanılan görüntü.Yöntem döndürür kaynak bağlıdır DeviceInfo sağlanan parametre.Aygıt bilgileri ayarları işleme uzantıları hakkında daha fazla bilgi için bkz: Reporting Services Aygıt Bilgisi Ayarları.