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 (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
Public Property ReportEmbeddedResource As String
    Get
    Set
'Utilisation
Dim instance As LocalReport
Dim value As String

value = instance.ReportEmbeddedResource

instance.ReportEmbeddedResource = value
[TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string ReportEmbeddedResource { get; set; }
[TypeConverterAttribute(L"Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public:
property String^ ReportEmbeddedResource {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member ReportEmbeddedResource : string with get, set
function get ReportEmbeddedResource () : String
function set ReportEmbeddedResource (value : String)

Valeur de propriété

Type : System.String
Chaîne qui contient le nom de la ressource incorporée.

Notes

Si la propriété ReportEmbeddedResource est définie, le contrôle ReportViewer charge automatiquement tous les sous-rapports requis à partir d'une ressource incorporée.

Une 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. Le rapport chargé avec LoadReportDefinition est également ignoré.

Voir aussi

Référence

LocalReport Classe

Espace de noms Microsoft.Reporting.WebForms