Compartilhar via


Propriedade do RDL IReportContext.ReportName

Gets a value that specifies the name of the report.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property ReportName As String 
    Get
'Uso
Dim instance As IReportContext 
Dim value As String 

value = instance.ReportName
string ReportName { get; }
property String^ ReportName {
    String^ get ();
}
abstract ReportName : string
function get ReportName () : String

Valor da propriedade

Tipo: System.String
A value that specifies the name of the report.

Consulte também

Referência

IReportContext Interface

Namespace Microsoft.ReportingServices.Interfaces