Langue

IReportManagement.CreateNewEmbeddedImage Méthode

Définition

Surcharges

CreateNewEmbeddedImage()

public:
 Microsoft::ReportingServices::RdlObjectModel::EmbeddedImage ^ CreateNewEmbeddedImage();
public Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage CreateNewEmbeddedImage();
abstract member CreateNewEmbeddedImage : unit -> Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
Public Function CreateNewEmbeddedImage () As EmbeddedImage

Retours

S’applique à

CreateNewEmbeddedImage(String)

public:
 Microsoft::ReportingServices::RdlObjectModel::EmbeddedImage ^ CreateNewEmbeddedImage(System::String ^ fileName);
public Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage CreateNewEmbeddedImage(string fileName);
abstract member CreateNewEmbeddedImage : string -> Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
Public Function CreateNewEmbeddedImage (fileName As String) As EmbeddedImage

Paramètres

fileName
String

Retours

S’applique à