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.
Registers the value of the TextBox as being on the current page.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub RegisterToggleSender
'Usage
Dim instance As TextBoxInstance
instance.RegisterToggleSender()
public void RegisterToggleSender()
public:
void RegisterToggleSender()
member RegisterToggleSender : unit -> unit
public function RegisterToggleSender()
Remarks
This method is used for tracking toggle dependencies. The IsToggleParent property must be set to true.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace