LocalReport.ReportEmbeddedResource Property

Gets or sets the name of the report embedded resource.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<CategoryAttribute("Misc")> _
<TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
<DefaultValueAttribute(Nothing)> _
<NotifyParentPropertyAttribute(True)> _
Public Property ReportEmbeddedResource As String
'Usage
Dim instance As LocalReport
Dim value As String

value = instance.ReportEmbeddedResource

instance.ReportEmbeddedResource = value
[CategoryAttribute("Misc")] 
[TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] 
[DefaultValueAttribute(null)] 
[NotifyParentPropertyAttribute(true)] 
public string ReportEmbeddedResource { get; set; }
[CategoryAttribute(L"Misc")] 
[TypeConverterAttribute(L"Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] 
[DefaultValueAttribute(nullptr)] 
[NotifyParentPropertyAttribute(true)] 
public:
property 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)

Property Value

A String containing the name of the embedded resource.

Remarks

An embedded report resource is a report definition that has been stored as a resource in the calling assembly.

If the ReportPath property has been set, the ReportEmbeddedResource property is ignored.

See Also

Reference

LocalReport Class
LocalReport Members
Microsoft.Reporting.WebForms Namespace