Partager via


Propriété LocalReport.ReportEmbeddedResource

Obtient ou définit le nom de la ressource incorporée dans le rapport.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<CategoryAttribute("Misc")> _
<TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<DefaultValueAttribute(Nothing)> _
<SRDescriptionAttribute("ReportEmbeddedResourceDesc")> _
Public Property ReportEmbeddedResource As String
'Utilisation
Dim instance As LocalReport
Dim value As String

value = instance.ReportEmbeddedResource

instance.ReportEmbeddedResource = value
[CategoryAttribute("Misc")] 
[TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] 
[DefaultValueAttribute(null)] 
[SRDescriptionAttribute("ReportEmbeddedResourceDesc")] 
public string ReportEmbeddedResource { get; set; }
[CategoryAttribute(L"Misc")] 
[TypeConverterAttribute(L"Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] 
[DefaultValueAttribute(nullptr)] 
public:
String^ ReportEmbeddedResource {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReportEmbeddedResource ()

/** @property */
public void set_ReportEmbeddedResource (String value)
public function get ReportEmbeddedResource () : String

public function set ReportEmbeddedResource (value : String)

Valeur de la propriété

Chaîne qui contient le nom de la ressource incorporée.

Remarques

La ressource incorporée dans le rapport est une définition de rapport qui est stockée en tant que ressource dans l'assembly appelant.

Si la propriété ReportPath est définie, la propriété ReportEmbeddedResource est ignorée.

Voir aussi

Référence

Classe LocalReport
Membres LocalReport
Espace de noms Microsoft.Reporting.WebForms