Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.