Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 532d997

Browse files
authored
Merge pull request #18227 from DCtheGeek/dmc-links-202101-1
Links: SQL (2021-01) - 1
2 parents 5788bfe + 514dd45 commit 532d997

50 files changed

Lines changed: 109 additions & 145 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/reporting-services/plan-for-report-design-and-report-deployment-reporting-services.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ This topic is an overview of report definition support by [!INCLUDE[ssRSnoversio
3434

3535
- [Microsoft SQL Server XML Schemas](https://go.microsoft.com/fwlink/?LinkId=31850)
3636

37-
- [Report Definition Language Specifications](https://go.microsoft.com/fwlink/?linkid=116865)
37+
- [Report Definition Language Specifications](/openspecs/sql_server_protocols/ms-rdl/53287204-7cd0-4bc9-a5cd-d42a5925dca1)
3838

3939
- [Report Definition Language (SSRS)](../reporting-services/reports/report-definition-language-ssrs.md)
4040

41-
For more information about ReportViewer controls, see [ReportViewer Controls (Visual Studio)](https://msdn.microsoft.com/library/ms251671.aspx).
41+
For more information about ReportViewer controls, see [ReportViewer Controls (Visual Studio)](/previous-versions/ms251671(v=vs.140)).
4242

4343
## <a name="bkmk_report_server_rdl_schema_support"></a> Report Server and RDL Schema Support
4444
A report definition file can be deployed to a [!INCLUDE[ssRSCurrent](../includes/ssrscurrent-md.md)] report server in the following ways:
@@ -108,15 +108,14 @@ In a SharePoint mode deployment, browse to the document library, select the repo
108108

109109
For more information, see the following:
110110

111-
- [Converting RDLC Files to RDL Files](https://msdn.microsoft.com/library/ms252109.aspx)
111+
- [Converting RDLC Files to RDL Files](/previous-versions/ms252109(v=vs.140))
112112

113-
- [ReportViewer Controls (Visual Studio)](https://msdn.microsoft.com/library/ms251671.aspx)
113+
- [ReportViewer Controls (Visual Studio)](/previous-versions/ms251671(v=vs.140))
114114

115-
- [Adding and Configuring the ReportViewer Controls](https://msdn.microsoft.com/library/ms252104.aspx)
115+
- [Adding and Configuring the ReportViewer Controls](/previous-versions/ms252104(v=vs.140))
116116

117117
## See Also
118118
[Reports, Report Parts, and Report Definitions &#40;Report Builder and SSRS&#41;](../reporting-services/report-design/reports-report-parts-and-report-definitions-report-builder-and-ssrs.md)
119119
[Reporting Services Tools](../reporting-services/tools/reporting-services-tools.md)
120120
[Report Definition Language &#40;SSRS&#41;](../reporting-services/reports/report-definition-language-ssrs.md)
121121

122-

docs/reporting-services/report-data/dataset-fields-collection-report-builder-and-ssrs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ ms.author: maggies
7373

7474
- **Data source** The data types supported by the version of the type of data source to which you are connecting.
7575

76-
For example, typical data types for a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] data source include **int**, **datetime**, and **varchar**. Data types introduced by [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)] added support for **date**, **time**, **datetimetz**, and **datetime2**. For more information, see [Data Types (Transact-SQL)](https://go.microsoft.com/fwlink/?linkid=98362).
76+
For example, typical data types for a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] data source include **int**, **datetime**, and **varchar**. Data types introduced by [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)] added support for **date**, **time**, **datetimetz**, and **datetime2**. For more information, see [Data Types (Transact-SQL)](/previous-versions/sql/sql-server-2008/ms187752(v=sql.100)).
7777

78-
- **Data provider or data processing extension** The data types supported by the version of the data provider of the data processing extension you select when you connect to the data source. Data providers based on the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] use data types supported by the CLR. For more information about [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] data provider data types, see [Data Type Mappings (ADO.NET)](https://go.microsoft.com/fwlink/?LinkId=112178) and [Working with Base Types](https://go.microsoft.com/fwlink/?LinkId=112177) on MSDN.
78+
- **Data provider or data processing extension** The data types supported by the version of the data provider of the data processing extension you select when you connect to the data source. Data providers based on the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] use data types supported by the CLR. For more information about [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] data provider data types, see [Data Type Mappings (ADO.NET)](/dotnet/framework/data/adonet/data-type-mappings-in-ado-net) and [Working with Base Types](/dotnet/standard/base-types/common-type-system) on MSDN.
7979

8080
For example, typical data types supported by the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] include **Int32** and **String**. Calendar dates and times are supported by the **DateTime** structure. The [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] 2.0 Service Pack 1 introduced support for the **DateTimeOffset** structure for dates with a time zone offset.
8181

@@ -93,7 +93,7 @@ ms.author: maggies
9393
|**DateTimeTZ**|**DateTimeOffset**|Date and time with time zone offset|
9494
|**DateTime2**|**DateTime**|Date and time with fractional milliseconds|
9595

96-
For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database types, see [Data Types (Database Engine)](https://go.microsoft.com/fwlink/?linkid=98362) and [Date and Time Data Types and Functions (Transact-SQL)](https://go.microsoft.com/fwlink/?linkid=98360).
96+
For more information about [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database types, see [Data Types (Database Engine)](/previous-versions/sql/sql-server-2008/ms187752(v=sql.100)) and [Date and Time Data Types and Functions (Transact-SQL)](/previous-versions/sql/sql-server-2008/ms186724(v=sql.100)).
9797

9898
For more information about including references to a dataset field from an expression, see [Data Types in Expressions &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/data-types-in-expressions-report-builder-and-ssrs.md).
9999

@@ -103,8 +103,7 @@ ms.author: maggies
103103

104104

105105
## See Also
106-
[Dataset Properties Dialog Box, Fields &#40;Report Builder&#41;](https://msdn.microsoft.com/library/75c7e54a-3d20-4c9a-88da-ab36dce2ce42)
106+
[Dataset Properties Dialog Box, Fields &#40;Report Builder&#41;]()
107107
[Report Parts and Datasets in Report Builder](../../reporting-services/report-data/report-parts-and-datasets-in-report-builder.md)
108108
[Report Embedded Datasets and Shared Datasets &#40;Report Builder and SSRS&#41;](../../reporting-services/report-data/report-embedded-datasets-and-shared-datasets-report-builder-and-ssrs.md)
109109

110-

docs/reporting-services/report-data/register-a-standard-net-framework-data-provider-ssrs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ms.author: maggies
3333

3434
1. Navigate to the default location of the bin directory on the report server on which you want to use the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] data provider. The default location of the report server bin directory is *\<drive>*:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin.
3535

36-
2. Copy your assembly from your staging location to the bin directory of the report server. Alternatively, you can load your assembly in the global assembly cache (GAC). For more information, see [Working with Assemblies and the Global Assembly Cache](https://go.microsoft.com/fwlink/?linkid=63912) in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] SDK documentation on MSDN.
36+
2. Copy your assembly from your staging location to the bin directory of the report server. Alternatively, you can load your assembly in the global assembly cache (GAC). For more information, see [Working with Assemblies and the Global Assembly Cache](/dotnet/framework/app-domains/working-with-assemblies-and-the-gac) in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] SDK documentation on MSDN.
3737

3838
#### To register a .NET data provider on the report server
3939

@@ -106,7 +106,7 @@ ms.author: maggies
106106
107107
1. Navigate to the default location of the PrivateAssemblies directory on the Report Designer client on which you want to use the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] data provider. The default location of the PrivateAssemblies directory is *\<drive>*:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies.
108108
109-
2. Copy your assembly from your staging location to the PrivateAssemblies directory of the Report Designer client. Alternatively, you can load your assembly in the global assembly cache (GAC). For more information, see [Working with Assemblies and the Global Assembly Cache](https://go.microsoft.com/fwlink/?linkid=63912) in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] SDK documentation on MSDN.
109+
2. Copy your assembly from your staging location to the PrivateAssemblies directory of the Report Designer client. Alternatively, you can load your assembly in the global assembly cache (GAC). For more information, see [Working with Assemblies and the Global Assembly Cache](/dotnet/framework/app-domains/working-with-assemblies-and-the-gac) in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] SDK documentation on MSDN.
110110
111111
#### To register a .NET data provider on the Report Designer client
112112
@@ -201,4 +201,3 @@ ms.author: maggies
201201
[Reporting Services Configuration Files](../../reporting-services/report-server/reporting-services-configuration-files.md)
202202
[Code Access Security in Reporting Services](../../reporting-services/extensions/secure-development/code-access-security-in-reporting-services.md)
203203
204-

docs/reporting-services/report-data/sap-netweaver-bi-connection-type-ssrs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ DataSource=https://mySAPNetWeaverBIServer:8000/sap/bw/xml/soap/xmla
4646

4747
As you build queries, the query designer automatically adds default properties to the MDX query. To include properties other than default properties, you must manually modify the MDX query.
4848

49-
For more information about working with this query designer, see [SAP NetWeaver BI Query Designer User Interface &#40;Report Builder&#41;](https://msdn.microsoft.com/library/8edda06d-1608-498b-bd50-10905e54f6ce).
49+
For more information about working with this query designer, see [SAP NetWeaver BI Query Designer User Interface &#40;Report Builder&#41;](/previous-versions/sql/).
5050

5151

5252
## <a name="Extended"></a> Extended Field Properties
@@ -94,7 +94,7 @@ DataSource=https://mySAPNetWeaverBIServer:8000/sap/bw/xml/soap/xmla
9494
## <a name="Remarks"></a> Remarks
9595
Not all report delivery modes are supported by this data provider. Delivering reports through data-driven subscriptions is not supported for this data processing extension. For more information, see [Use an External Data Source for Subscriber Data &#40;Data-Driven Subscription&#41;](../../reporting-services/subscriptions/use-an-external-data-source-for-subscriber-data-data-driven-subscription.md).
9696

97-
For more information, see [Using SQL Server 2008 Reporting Services with SAP NetWeaver Business Intelligence](https://go.microsoft.com/fwlink/?LinkId=167352).
97+
For more information, see [Using SQL Server 2008 Reporting Services with SAP NetWeaver Business Intelligence](/previous-versions/sql/sql-server-2008/cc974473(v=sql.100)).
9898

9999

100100
## <a name="HowTo"></a> How-To Topics
@@ -131,4 +131,3 @@ DataSource=https://mySAPNetWeaverBIServer:8000/sap/bw/xml/soap/xmla
131131
[Filter, Group, and Sort Data &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/filter-group-and-sort-data-report-builder-and-ssrs.md)
132132
[Expressions &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/expressions-report-builder-and-ssrs.md)
133133

134-

docs/reporting-services/report-data/xml-connection-type-ssrs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ms.author: maggies
112112

113113
For more information about query syntax, see [XML Query Syntax for XML Report Data &#40;SSRS&#41;](../../reporting-services/report-data/xml-query-syntax-for-xml-report-data-ssrs.md).
114114

115-
For examples, see [Reporting Services: Using XML and Web Service Data Sources](https://go.microsoft.com/fwlink/?LinkId=81654).
115+
For examples, see [Reporting Services: Using XML and Web Service Data Sources](/previous-versions/sql/sql-server-2005/administrator/aa964129(v=sql.90)).
116116

117117
### Requirements for Retrieving XML Web Service Data
118118
The XML data processing extension does not detect the schema for you. Therefore, you must have some way of discovering which SOAP methods will retrieve the data that you want. You must also understand the addressing scheme or namespace that the Web service uses for its data.
@@ -131,7 +131,7 @@ ms.author: maggies
131131
## <a name="Parameters"></a> Parameters
132132
The query is not analyzed to identify parameters.
133133

134-
To add parameters, you must create them manually through the **Parameter** page on the [Dataset Properties](https://msdn.microsoft.com/library/3a0672ad-c969-455b-b952-585164ce1dda) dialog box.
134+
To add parameters, you must create them manually through the **Parameter** page on the [Dataset Properties](/previous-versions/sql/) dialog box.
135135

136136
## <a name="Remarks"></a> Remarks
137137
The XML data extension supports reporting from XML data that is tabular and not hierarchical. For more information, see [Add Data from External Data Sources &#40;SSRS&#41;](../../reporting-services/report-data/add-data-from-external-data-sources-ssrs.md).
@@ -170,4 +170,3 @@ ms.author: maggies
170170
[Filter, Group, and Sort Data &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/filter-group-and-sort-data-report-builder-and-ssrs.md)
171171
[Expressions &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/expressions-report-builder-and-ssrs.md)
172172

173-

docs/reporting-services/report-design/add-a-chart-to-a-report-report-builder-and-ssrs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ ms.author: maggies
6565
[Charts &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/charts-report-builder-and-ssrs.md)
6666
[Chart Types &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/chart-types-report-builder-and-ssrs.md)
6767
[Empty and Null Data Points in Charts &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/empty-and-null-data-points-in-charts-report-builder-and-ssrs.md)
68-
[Tutorial: Adding a Bar Chart to Your Report (Report Builder)](https://go.microsoft.com/fwlink/?LinkId=198052)
69-
[Tutorial: Adding a Bar Chart to a Report (Report Designer)](https://go.microsoft.com/fwlink/?LinkId=198042)
70-
[Tutorial: Adding a Pie Chart to Your Report (Report Builder)](https://go.microsoft.com/fwlink/?LinkId=198051)
71-
[Tutorial: Adding a Pie Chart to a Report (Report Designer)](https://go.microsoft.com/fwlink/?LinkId=198041)
72-
68+
[Tutorial: Adding a Bar Chart to Your Report (Report Builder)](../tutorial-add-a-bar-chart-to-your-report-report-builder.md)
69+
[Tutorial: Adding a Bar Chart to a Report (Report Designer)](/previous-versions/sql/sql-server-2008-r2/cc281302(v=sql.105))
70+
[Tutorial: Adding a Pie Chart to Your Report (Report Builder)](../tutorial-add-a-pie-chart-to-your-report-report-builder.md)
71+
[Tutorial: Adding a Pie Chart to a Report (Report Designer)](/previous-versions/sql/sql-server-2008-r2/cc281304(v=sql.105))
7372

docs/reporting-services/report-design/add-cascading-parameters-to-a-report-report-builder-and-ssrs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: maggies
2222

2323
Order is important for cascading parameters because the dataset query for a parameter later in the list includes a reference to each parameter that is earlier in the list. At run time, the order of the parameters in the Report Data pane determines the order in which the parameter queries appear in the report, and therefore, the order in which a user chooses each successive parameter value.
2424

25-
For information about creating cascading parameters with multiple values and including the Select All feature, see [How to have a Select All Multivalue Cascading Parameter](https://go.microsoft.com/fwlink/?LinkId=184757).
25+
For information about creating cascading parameters with multiple values and including the Select All feature, see [How to have a Select All Multivalue Cascading Parameter](/archive/blogs/psssql/).
2626

2727
## To create the main dataset with a query that includes multiple related parameters
2828

@@ -156,4 +156,3 @@ ms.author: maggies
156156
[Add Dataset Filters, Data Region Filters, and Group Filters &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/add-dataset-filters-data-region-filters-and-group-filters.md)
157157
[Report Embedded Datasets and Shared Datasets &#40;Report Builder and SSRS&#41;](../../reporting-services/report-data/report-embedded-datasets-and-shared-datasets-report-builder-and-ssrs.md)
158158
159-

docs/reporting-services/report-design/bar-charts-report-builder-and-ssrs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ ms.author: maggies
6262
[Formatting Axis Labels on a Chart &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/formatting-axis-labels-on-a-chart-report-builder-and-ssrs.md)
6363
[Formatting the Legend on a Chart &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/chart-legend-formatting-report-builder.md)
6464
[Add Bevel, Emboss, and Texture Styles to a Chart &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/chart-effects-add-bevel-emboss-or-texture-report-builder.md)
65-
[Tutorial: Adding a Bar Chart to a Report (Report Builder)](https://go.microsoft.com/fwlink/?LinkId=198052)
66-
[Tutorial: Adding a Bar Chart to a Report](https://go.microsoft.com/fwlink/?LinkId=198042)
67-
65+
[Tutorial: Adding a Bar Chart to a Report (Report Builder)](../tutorial-add-a-bar-chart-to-your-report-report-builder.md)
66+
[Tutorial: Adding a Bar Chart to a Report](/previous-versions/sql/sql-server-2008-r2/cc281302(v=sql.105))
6867

docs/reporting-services/report-design/custom-code-and-assembly-references-in-expressions-in-report-designer-ssrs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ ms.author: maggies
4949

5050
To use a built-in function, double-click the function name in the Item pane. A description of the function appears in the Description pane and an example of the function call appears in the Example pane. In the code pane, when you type the function name followed by a left parenthesis **(**, the IntelliSense help displays each valid syntax for the function call. For example, to calculate the maximum value for a field named `Quantity` in a table, add the simple expression `=Max(` to the Code pane, and then use the smart tags to view all possible valid syntaxes for the function call. To complete this example, type `=Max(Fields!Quantity.Value)`.
5151

52-
For more information about each function, see <xref:System.Math>, <xref:System.Convert>, and [Visual Basic Runtime Library Members](https://go.microsoft.com/fwlink/?LinkId=198941) on MSDN.
52+
For more information about each function, see <xref:System.Math>, <xref:System.Convert>, and [Visual Basic Runtime Library Members](/dotnet/visual-basic/language-reference/runtime-library-members) on MSDN.
5353

5454
## <a name="NotCommon"></a> Including References to Less Commonly Used Functions
5555
To include a reference to other less commonly used CLR namespaces, you must use a fully qualified reference, for example, <xref:System.Text.StringBuilder>. IntelliSense is not supported in the code pane of the **Expression** dialog box for these less commonly used functions.
5656

57-
For more information, see [Visual Basic Runtime Library Members](https://go.microsoft.com/fwlink/?LinkId=198941) on MSDN.
57+
For more information, see [Visual Basic Runtime Library Members](/dotnet/visual-basic/language-reference/runtime-library-members) on MSDN.
5858

5959
## <a name="External"></a> Including References to External Assemblies
6060
To include a reference to a class in an external assembly, you must identify the assembly for the report processor. Use the **References** page of the **Report Properties** dialog box to specify the fully qualified name of the assembly to add to the report. In your expression, you must use the fully qualified name for the class in the assembly. Classes in an external assembly do not appear in the **Expression** dialog box; you must provide the correct name for the class. A fully qualified name includes the namespace, the class name, and the member name.
@@ -193,4 +193,3 @@ End Function
193193
[Expression Examples &#40;Report Builder and SSRS&#41;](../../reporting-services/report-design/expression-examples-report-builder-and-ssrs.md)
194194
[Report Samples (Report Builder and SSRS)](https://go.microsoft.com/fwlink/?LinkId=198283)
195195

196-

0 commit comments

Comments
 (0)