LocalReport.ReportEmbeddedResource プロパティ
レポートに埋め込まれたリソースの名前を取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<TypeConverterAttribute("Microsoft.ReportingServices.ReportSelectionConverter, Microsoft.Reporting.Design, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> _
Public Property ReportEmbeddedResource As String
Get
Set
'使用
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)
プロパティ値
型: System.String
埋め込まれたリソースの名前を示す文字列。
説明
ReportEmbeddedResource プロパティを設定すると、ReportViewer コントロールは必要なサブレポートを埋め込まれたリソースから自動的に読み込みます。
埋め込まれたレポート リソースは、呼び出し側のアセンブリにリソースとして保存されているレポート定義です。
ReportPath プロパティを設定している場合、ReportEmbeddedResource プロパティは無視されます。また、LoadReportDefinition を使用して読み込まれたレポートも無視されます。