LocalReport.ExecuteReportInCurrentAppDomain(Evidence) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method requires Code Access Security policy, which is deprecated. For more information please go to http://go.microsoft.com/fwlink/?LinkId=160787.
public:
void ExecuteReportInCurrentAppDomain(System::Security::Policy::Evidence ^ reportEvidence);
[System.Obsolete("This method requires Code Access Security policy, which is deprecated. For more information please go to http://go.microsoft.com/fwlink/?LinkId=160787.")]
public void ExecuteReportInCurrentAppDomain (System.Security.Policy.Evidence reportEvidence);
[<System.Obsolete("This method requires Code Access Security policy, which is deprecated. For more information please go to http://go.microsoft.com/fwlink/?LinkId=160787.")>]
member this.ExecuteReportInCurrentAppDomain : System.Security.Policy.Evidence -> unit
Public Sub ExecuteReportInCurrentAppDomain (reportEvidence As Evidence)
Parameters
- reportEvidence
- Evidence
- Attributes