Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the ReportName property in a ActionDrillthrough class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property ReportName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value that represents the calculated value of the ReportName property.
See Also
Reference
ActionDrillthroughInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace