Partilhar via


Propriedade ReportViewer.LocalReport

Retorna o relatório local no controle ReportViewer.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property LocalReport As LocalReport
public LocalReport LocalReport { get; }
public:
property LocalReport^ LocalReport {
    LocalReport^ get ();
}
member LocalReport : LocalReport with get
function get LocalReport () : LocalReport

Valor de propriedade

Tipo: Microsoft.Reporting.WinForms.LocalReport
Um objeto LocalReport que contém o relatório local no controle ReportViewer.

Exemplos

Consulte LocalReport para obter um exemplo de código.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms