Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Accesses an embedded image by its name.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetEmbeddedImageByName ( _
name As String _
) As EmbeddedImage
'Usage
Dim instance As Report
Dim name As String
Dim returnValue As EmbeddedImage
returnValue = instance.GetEmbeddedImageByName(name)
public EmbeddedImage GetEmbeddedImageByName(
string name
)
public:
EmbeddedImage^ GetEmbeddedImageByName(
String^ name
)
member GetEmbeddedImageByName :
name:string -> EmbeddedImage
public function GetEmbeddedImageByName(
name : String
) : EmbeddedImage
Parameters
- name
Type: System.String
The image name.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
The accessed embedded image.