Sdílet prostřednictvím


Drillthrough.ReportName Property

The full folder path, relative path, or URL of the drillthrough report.

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

Syntax

'Declaration
Public Property ReportName As ReportExpression
    Get
    Set
'Usage
Dim instance As Drillthrough
Dim value As ReportExpression

value = instance.ReportName

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