Partager via


Propriété ActionDrillthroughInstance.ReportName

Gets the calculated value of the ReportName property in a ActionDrillthrough class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Property ReportName As String 
    Get 
    Set
'Utilisation
Dim instance As ActionDrillthroughInstance 
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)

Valeur de propriété

Type : System.String
A string value that represents the calculated value of the ReportName property.

Voir aussi

Référence

ActionDrillthroughInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering