Propriedade do RDL ScaleRange.ActionInfo
Gets the actions for the range.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ActionInfo As ActionInfo
Get
'Uso
Dim instance As ScaleRange
Dim value As ActionInfo
value = instance.ActionInfo
public ActionInfo ActionInfo { get; }
public:
property ActionInfo^ ActionInfo {
ActionInfo^ get ();
}
member ActionInfo : ActionInfo
function get ActionInfo () : ActionInfo
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
A ActionInfo object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering