Compartilhar via


Propriedade do RDL Subreport.ReportName

Gets or sets the name of the subreport.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ReportName As String 
    Get 
    Set
'Uso
Dim instance As Subreport 
Dim value As String 

value = instance.ReportName

instance.ReportName = value
public string ReportName { get; set; }
public:
property String^ ReportName {
    String^ get ();
    void set (String^ value);
}
member ReportName : string with get, set
function get ReportName () : String 
function set ReportName (value : String)

Valor da propriedade

Tipo: System.String
The name of the subreport.

Consulte também

Referência

Subreport Classe

Namespace Microsoft.ReportingServices.RdlObjectModel