ssrs-2008

Getting started with ssrs-2008

Remarks#

This section provides an overview of what ssrs-2008 is, and why a developer might want to use it.

It should also mention any large subjects within ssrs-2008, and link out to the related topics. Since the Documentation for ssrs-2008 is new, you may need to create initial versions of those related topics.

Installation or Setup

Detailed instructions on getting ssrs-2008 set up or installed.

How to declare and set a variable in SSRS

Declare @Text nvarchar(max)
Declare @Value int  
SET @Text = 'Text'
SET @Value = 0

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow