Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the unique identifier of this ActionDrillthroughInstance object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DrillthroughID As String
Get
'Usage
Dim instance As ActionDrillthroughInstance
Dim value As String
value = instance.DrillthroughID
public string DrillthroughID { get; }
public:
property String^ DrillthroughID {
String^ get ();
}
member DrillthroughID : string
function get DrillthroughID () : String
Property Value
Type: System.String
A string value that represents the unique identifier of this ActionDrillthroughInstance object.
See Also
Reference
ActionDrillthroughInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace