Proprietà LocalReport.ReportEmbeddedResource
Recupera o imposta il nome della risorsa incorporata del report.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<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
'Utilizzo
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)
Valore proprietà
Stringa contenente il nome della risorsa incorporata.
Note
Una risorsa incorporata del report rappresenta una definizione del report archiviata come risorsa nell'assembly chiamante.
Se la proprietà ReportPath è stata impostata, la proprietà ReportEmbeddedResource viene ignorata.
Vedere anche
Riferimento
Classe LocalReport
Membri LocalReport
Spazio dei nomi Microsoft.Reporting.WebForms