Udostępnij przez


Właściwość Drillthrough.ReportName

Pełna ścieżka do folderu, względną ścieżkę lub adres URL przeglądanie szczegółowe raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ReportName As ReportExpression
    Get
    Set
'Użycie
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)